Shades of Magnolia #FAF4FE
Tints of Magnolia #FAF4FE
RGB
CMYK
RGB Variations
Color information
#FAF4FE (or 0xFAF4FE) is known color: Magnolia. HEX triplet: FA, F4 and FE. RGB value is (250,244,254). Sum of RGB (Red+Green+Blue) = 250+244+254=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 244 (95.70% from 255 or 32.62% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4FE is #050B01. Grayscale: #F6F6F6. Windows color (decimal): -330498 or 16708858. OLE color: 16708858.
HSL color Cylindrical-coordinate representation of color #FAF4FE: hue angle of 276º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF4FE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 244 | 254 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.00 |
| HSL | 276º | 0.83% | 0.98% | - |
| HSV(B) | 276º | 0.04% | 1% | - |
| XYZ | 89.66 | 92.18 | 106.83 | - |
| YUV | 246.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 254 | 0.02 | 0.04 | 0 | 0.00 | 276 | 0.83 | 0.98 |
| Hex | FA | F4 | FE | 2 | 4 | 0 | 0 | 114 | 53 | 62 |
| Octal | 372 | 364 | 376 | 2 | 4 | 0 | 0 | 424 | 123 | 142 |
| Binary | 11111010 | 11110100 | 11111110 | 10 | 100 | 0 | 0 | 100010100 | 1010011 | 1100010 |
Color Harmonies of #FAF4FE
Complementary color
Monochromatic Colors of #FAF4FE
Black with #FAF4FE
Text Example
Text Example
White with #FAF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4FE; }
p { color: rgb(250,244,254); }
H1.HeaderClassName
{
color: #FAF4FE;
}
.AnyTagClassName
{
color: #FAF4FE;
}
</style>
background-color css
<style>
a { background-color: #FAF4FE; }
a { background-color: rgb(250,244,254); }
div.DivClassName
{
background-color: #FAF4FE;
}
.BgClassName
{
background-color: #FAF4FE;
}
</style>
border-color css
<style>
span { border-color: #FAF4FE; }
span { border-color: rgb(250,244,254); }
td.TdClassName
{
border-color: #FAF4FE;
}
.TagClassName
{
border-color: #FAF4FE;
}
</style>