Shades of White Lilac #FAF0FC
Tints of White Lilac #FAF0FC
RGB
CMYK
RGB Variations
Color information
#FAF0FC (or 0xFAF0FC) is known color: White Lilac. HEX triplet: FA, F0 and FC. RGB value is (250,240,252). Sum of RGB (Red+Green+Blue) = 250+240+252=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0FC is #050F03. Grayscale: #F4F4F4. Windows color (decimal): -331524 or 16576762. OLE color: 16576762.
HSL color Cylindrical-coordinate representation of color #FAF0FC: hue angle of 290º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF0FC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 240 | 252 | - |
CMYK | 0.01 | 0.05 | 0 | 0.01 |
HSL | 290º | 0.67% | 0.96% | - |
HSV(B) | 290º | 0.05% | 0.99% | - |
XYZ | 88.16 | 89.67 | 104.76 | - |
YUV | 244.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 240 | 252 | 0.01 | 0.05 | 0 | 0.01 | 290 | 0.67 | 0.96 |
Hex | FA | F0 | FC | 1 | 5 | 0 | 1 | 122 | 43 | 60 |
Octal | 372 | 360 | 374 | 1 | 5 | 0 | 1 | 442 | 103 | 140 |
Binary | 11111010 | 11110000 | 11111100 | 1 | 101 | 0 | 1 | 100100010 | 1000011 | 1100000 |
Color Harmonies of #FAF0FC
Complementary color
Monochromatic Colors of #FAF0FC
Black with #FAF0FC
Text Example
Text Example
White with #FAF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0FC; }
p { color: rgb(250,240,252); }
H1.HeaderClassName
{
color: #FAF0FC;
}
.AnyTagClassName
{
color: #FAF0FC;
}
</style>
background-color css
<style>
a { background-color: #FAF0FC; }
a { background-color: rgb(250,240,252); }
div.DivClassName
{
background-color: #FAF0FC;
}
.BgClassName
{
background-color: #FAF0FC;
}
</style>
border-color css
<style>
span { border-color: #FAF0FC; }
span { border-color: rgb(250,240,252); }
td.TdClassName
{
border-color: #FAF0FC;
}
.TagClassName
{
border-color: #FAF0FC;
}
</style>