Shades of Magnolia #FAF2FE
Tints of Magnolia #FAF2FE
RGB
CMYK
RGB Variations
Color information
#FAF2FE (or 0xFAF2FE) is known color: Magnolia. HEX triplet: FA, F2 and FE. RGB value is (250,242,254). Sum of RGB (Red+Green+Blue) = 250+242+254=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 242 (94.92% from 255 or 32.44% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FE is #050D01. Grayscale: #F5F5F5. Windows color (decimal): -331010 or 16708346. OLE color: 16708346.
HSL color Cylindrical-coordinate representation of color #FAF2FE: hue angle of 280º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF2FE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 242 | 254 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.00 |
| HSL | 280º | 0.86% | 0.97% | - |
| HSV(B) | 280º | 0.05% | 1% | - |
| XYZ | 89.07 | 90.98 | 106.63 | - |
| YUV | 245.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 254 | 0.02 | 0.05 | 0 | 0.00 | 280 | 0.86 | 0.97 |
| Hex | FA | F2 | FE | 2 | 5 | 0 | 0 | 118 | 56 | 61 |
| Octal | 372 | 362 | 376 | 2 | 5 | 0 | 0 | 430 | 126 | 141 |
| Binary | 11111010 | 11110010 | 11111110 | 10 | 101 | 0 | 0 | 100011000 | 1010110 | 1100001 |
Color Harmonies of #FAF2FE
Complementary color
Monochromatic Colors of #FAF2FE
Black with #FAF2FE
Text Example
Text Example
White with #FAF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2FE; }
p { color: rgb(250,242,254); }
H1.HeaderClassName
{
color: #FAF2FE;
}
.AnyTagClassName
{
color: #FAF2FE;
}
</style>
background-color css
<style>
a { background-color: #FAF2FE; }
a { background-color: rgb(250,242,254); }
div.DivClassName
{
background-color: #FAF2FE;
}
.BgClassName
{
background-color: #FAF2FE;
}
</style>
border-color css
<style>
span { border-color: #FAF2FE; }
span { border-color: rgb(250,242,254); }
td.TdClassName
{
border-color: #FAF2FE;
}
.TagClassName
{
border-color: #FAF2FE;
}
</style>