Shades of Magnolia #FAF5FE
Tints of Magnolia #FAF5FE
RGB
CMYK
RGB Variations
Color information
#FAF5FE (or 0xFAF5FE) is known color: Magnolia. HEX triplet: FA, F5 and FE. RGB value is (250,245,254). Sum of RGB (Red+Green+Blue) = 250+245+254=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5FE is #050A01. Grayscale: #F7F7F7. Windows color (decimal): -330242 or 16709114. OLE color: 16709114.
HSL color Cylindrical-coordinate representation of color #FAF5FE: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF5FE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 245 | 254 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.00 |
| HSL | 273.33º | 0.82% | 0.98% | - |
| HSV(B) | 273.33º | 0.04% | 1% | - |
| XYZ | 89.97 | 92.78 | 106.93 | - |
| YUV | 247.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 254 | 0.02 | 0.04 | 0 | 0.00 | 273.33 | 0.82 | 0.98 |
| Hex | FA | F5 | FE | 2 | 4 | 0 | 0 | 111 | 52 | 62 |
| Octal | 372 | 365 | 376 | 2 | 4 | 0 | 0 | 421 | 122 | 142 |
| Binary | 11111010 | 11110101 | 11111110 | 10 | 100 | 0 | 0 | 100010001 | 1010010 | 1100010 |
Color Harmonies of #FAF5FE
Complementary color
Monochromatic Colors of #FAF5FE
Black with #FAF5FE
Text Example
Text Example
White with #FAF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5FE; }
p { color: rgb(250,245,254); }
H1.HeaderClassName
{
color: #FAF5FE;
}
.AnyTagClassName
{
color: #FAF5FE;
}
</style>
background-color css
<style>
a { background-color: #FAF5FE; }
a { background-color: rgb(250,245,254); }
div.DivClassName
{
background-color: #FAF5FE;
}
.BgClassName
{
background-color: #FAF5FE;
}
</style>
border-color css
<style>
span { border-color: #FAF5FE; }
span { border-color: rgb(250,245,254); }
td.TdClassName
{
border-color: #FAF5FE;
}
.TagClassName
{
border-color: #FAF5FE;
}
</style>