Shades of Magnolia #FAF0FF
Tints of Magnolia #FAF0FF
RGB
CMYK
RGB Variations
Color information
#FAF0FF (or 0xFAF0FF) is known color: Magnolia. HEX triplet: FA, F0 and FF. RGB value is (250,240,255). Sum of RGB (Red+Green+Blue) = 250+240+255=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 240 (94.14% from 255 or 32.21% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0FF is #050F00. Grayscale: #F4F4F4. Windows color (decimal): -331521 or 16773370. OLE color: 16773370.
HSL color Cylindrical-coordinate representation of color #FAF0FF: hue angle of 280º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF0FF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 250 | 240 | 255 | - |
CMYK | 0.02 | 0.06 | 0 | 0 |
HSL | 280º | 1% | 0.97% | - |
HSV(B) | 280º | 0.06% | 1% | - |
XYZ | 88.63 | 89.86 | 107.28 | - |
YUV | 244.7 | 133.81 | 131.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 240 | 255 | 0.02 | 0.06 | 0 | 0 | 280 | 1 | 0.97 |
Hex | FA | F0 | FF | 2 | 6 | 0 | 0 | 118 | 64 | 61 |
Octal | 372 | 360 | 377 | 2 | 6 | 0 | 0 | 430 | 144 | 141 |
Binary | 11111010 | 11110000 | 11111111 | 10 | 110 | 0 | 0 | 100011000 | 1100100 | 1100001 |
Color Harmonies of #FAF0FF
Complementary color
Monochromatic Colors of #FAF0FF
Black with #FAF0FF
Text Example
Text Example
White with #FAF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0FF; }
p { color: rgb(250,240,255); }
H1.HeaderClassName
{
color: #FAF0FF;
}
.AnyTagClassName
{
color: #FAF0FF;
}
</style>
background-color css
<style>
a { background-color: #FAF0FF; }
a { background-color: rgb(250,240,255); }
div.DivClassName
{
background-color: #FAF0FF;
}
.BgClassName
{
background-color: #FAF0FF;
}
</style>
border-color css
<style>
span { border-color: #FAF0FF; }
span { border-color: rgb(250,240,255); }
td.TdClassName
{
border-color: #FAF0FF;
}
.TagClassName
{
border-color: #FAF0FF;
}
</style>