<<

Converting

Hex(F8F4FF) Have a look what the booklet for Hex(F8F4FF) contains.

Hex(F8F4FF) ...... 3 Conversions ...... 4 Details ...... 6 Harmonies ...... 11 Previews ...... 18 Blindness Simulation ...... 21 CSS Examples ...... 24 Color

Hex(F8F4FF) Conversions

Conversions Part 1 Format Color

Hex F8F4FF

RGB 248, 244, 255

RGB Percent 97%, 96%, 100%

CMY 0.0275, 0.0431, 0.0000

CMYK 0.03, 0.04, 0.00, 0.00

HSL 262°, 100%, 98%

HSV 262°, 4%, 100%

XYZ 89.1121, 91.8778, 107.6452

28-09-2021 4/29 convertingcolors.com Conversions

Conversions Part 2 Format Color

RYB 248, 244, 255

Decimal 16315647

CIELab 96.77, 3.29, -4.81

CIELCh 97, 5.825, 304.381

91.8778, 0.3087, Yxy 0.3183

Android 4294505727 (android.graphics.Color) (0xFFF8F4FF)

246.4500, 4.2152, YUV 1.3594

28-09-2021 5/29 convertingcolors.com Details

The Hex color F8F4FF is a light color, and the websafe version is hex FFFFFF, and the color name is magnolia. A complement of this color would be FBFFF4, and the grayscale version is F6F6F6.

A 20% lighter version of the original color is FFFFFF, and C0BCC6 is the 20% darker color. If you saturate the color by 10%, you get E8DBFF, and if you desaturate by 10%, it is FFFFFF.

28-09-2021 6/29 convertingcolors.com Distribution

RGB RYB

Red (97%) (97%)

Green (96%) Yellow (96%)

Blue (100%) (100%)

CMYK CMY

Cyan (3%) Cyan (3%)

Magenta (4%) Magenta (4%)

Yellow (0%) Yellow (0%)

Black (0%)

28-09-2021 7/29 convertingcolors.com Brightness & Saturation Gradients

These gradients show how the Hex color F8F4FF changes by changing the brightness by 10 percent. The first figure shows a shift by +10% for each color and the second figure -10%.

Similar to the brightness gradients but the following saturation gradients show a change of the Hex color F8F4FF by changing the saturation by 10% instead.

28-09-2021 8/29 convertingcolors.com F8F4FF F8F4FF

FFFFFF DBD8E2

C0BCC6

A5A1AB

8A8791

716D77

58555E

413E47

2B2830

17141B

F8F4FF F8F4FF

E8DBFF FFFFFF

D8C1FF

C7A8FF

B78EFF

A775FF

28-09-2021 9/29 convertingcolors.com 975BFF

8642FF

7628FF

660FFF

28-09-2021 10/29 convertingcolors.com Harmonies

Analogous

The analogous color harmony consists of three colors that are next to each other on the color wheel.

F1F6FF

F8F4FF

FEF3FB

28-09-2021 11/29 convertingcolors.com Triad

The triadic color harmony groups three colors that are evenly spaced from another and form a triangle on the color wheel.

F8F4FF

FFF4EC

E9F9F6

28-09-2021 12/29 convertingcolors.com Complementary

The complementary color scheme is a pair of colors which are on the opposite of each other on the color wheel.

F8F4FF

FBFFF4

28-09-2021 13/29 convertingcolors.com Split Complementary

Split-complementary colors differ from the complementary color scheme. The scheme consists of three colors, the original color and two neighbors of the complement color.

EDF9F1

F8F4FF

FAF6EA

28-09-2021 14/29 convertingcolors.com Square

The square scheme is like the rectangle color scheme, but the four colors are evenly spaced on the color wheel.

F8F4FF

FFF2F0

F3F7EC

E8F9FC

28-09-2021 15/29 convertingcolors.com Rectangle

The rectangle color scheme consists of four colors that form a rectangle on the color wheel.

F8F4FF

FFF2F7

F3F7EC

EAF9F4

28-09-2021 16/29 convertingcolors.com Sweetspot

The sweet spot groups the original color and five complimentary colors.

F8F4FF

FDFCFF

F4FBFF

7F7E80

000000

808080

28-09-2021 17/29 convertingcolors.com Previews

White Background

This preview shows how the Hex color F8F4FF looks on a background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✕ Fail Any Text WCAG AA ✕ Fail Large Text (above 18pt) WCAG AAA ✕ Fail Any Text WCAG AAA ✕ Fail

28-09-2021 18/29 convertingcolors.com

Black Background

This preview shows how the Hex color F8F4FF looks on a black background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✓ Pass Any Text WCAG AA ✓ Pass Large Text (above 18pt) WCAG AAA ✓ Pass Any Text WCAG AAA ✓ Pass

If you want to check with other color combinations, try the Color Contrast Checker.

28-09-2021 19/29 convertingcolors.com

Hex F8F4FF Background

This preview shows how black text looks on a background with the Hex color F8F4FF.

This preview shows how white text looks on a background with the Hex color F8F4FF.

28-09-2021 20/29 convertingcolors.com Color Blindness Simulation

Color vision deficiency is a very complex topic, and I could not describe the different causes any better than Wikipedia does, so if you want to learn more, you should check out their article about color blindness.

Dichromacy

Original Color F8F4FF

Protanopia F7F4FF

Deuteranopia FFF2FB

28-09-2021 21/29 convertingcolors.com Tritanopia F8F4FF

28-09-2021 22/29 convertingcolors.com

Trichromacy

Original Color F8F4FF

Protanomaly F7F4FF

Deuteranomaly FCF3FC

Tritanomaly F8F4FF

Monochromacy

Original Color F8F4FF

Achromatopsia F6F6F6

Achromatomaly F7F5F9

28-09-2021 23/29 convertingcolors.com CSS Examples

Text

The CSS property to change the color of the text to Hex F8F4FF is called "color". The color property can be set on classes, ids or directly on the HTML element.

This example shows how text in the color #F8F4FF looks like.

.text, #text, p{ color:#F8F4FF }

28-09-2021 24/29 convertingcolors.com

If you want to add a text shadow in that color use the text-shadow property, you can generate a text shadow directly with our CSS Text Shadow Generator.

HereHere youyou seesee howhow blackblack texttext withwith aa 44 pixelpixel #F8F4FF#F8F4FF coloredcolored shadowshadow lookslooks like.like.

.shadow{ text-shadow: 4px 4px 2px #F8F4FF }

Border

The CSS property to change the border of an element to Hex F8F4FF is called "border". The border property can be set on classes, ids or directly on the HTML element.

This example shows the color as border, it can be applied via the CSS property "border" or "border- color".

.border, #border, table{ border:4px solid #F8F4FF }

28-09-2021 25/29 convertingcolors.com

If only the border color should be changed use the property border-color.

.border{ border-color:#F8F4FF }

If you want to add a box shadow in that color use:

Here you see how a box with a 4 pixel #F8F4FF colored shadow looks like.

.boxshadow{ -moz-box-shadow:4px 4px 4px 4px #F8F4FF; -webkit-box-shadow:4px 4px 4px 4px #F8F4FF; box-shadow:4px 4px 4px 4px #F8F4FF }

28-09-2021 26/29 convertingcolors.com Background

The CSS property to change the background color of an element to Hex F8F4FF is called "background". The background property can be set on classes, ids or directly on the HTML element.

.background, #background, body{ background:#F8F4FF }

If only the background color should be changed can be used:

.background{ background-color:#F8F4FF }

This example shows the color as background, it is applied via the CSS property "background".

To optimize and compress your CSS code, you can use our online CSS compressor and optimizer based on csstidy. If you want to create a linear or radial gradient as background or border, check our CSS Gradient Generator.

28-09-2021 27/29 convertingcolors.com Hey! You found this booklet interesting? Have a look at my other booklet HOWCOLORS.WORK – A CSS color notation guide.

HOWCOLORS.WORK A CSS color notation guide. Are you new to web development and want to know the different ways to express colors in CSS? Then this booklet is for you!

HOWCOLORS.WORK will help you understand the syntax of the color notations in CSS. You will learn all the current and new ways to express colors to prepare yourself for the future!

Buy now, starting at $4.99! Follow me on Twitter!

@ConvertingColor