Shades of Magnolia #FEFCFF
Tints of Magnolia #FEFCFF
RGB
CMYK
RGB Variations
Color information
#FEFCFF (or 0xFEFCFF) is known color: Magnolia. HEX triplet: FE, FC and FF. RGB value is (254,252,255). Sum of RGB (Red+Green+Blue) = 254+252+255=761 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.38% from 761); Green value is 252 (98.83% from 255 or 33.11% from 761); Blue value is 255 (100% from 255 or 33.51% from 761); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFF is #010300. Grayscale: #FCFCFC. Windows color (decimal): -66305 or 16776446. OLE color: 16776446.
HSL color Cylindrical-coordinate representation of color #FEFCFF: hue angle of 280º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFCFF is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 252 | 255 | - |
| CMYK | 0.00 | 0.01 | 0 | 0 |
| HSL | 280º | 1% | 0.99% | - |
| HSV(B) | 280º | 0.01% | 1% | - |
| XYZ | 93.73 | 97.91 | 108.57 | - |
| YUV | 252.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 255 | 0.00 | 0.01 | 0 | 0 | 280 | 1 | 0.99 |
| Hex | FE | FC | FF | 0 | 1 | 0 | 0 | 118 | 64 | 63 |
| Octal | 376 | 374 | 377 | 0 | 1 | 0 | 0 | 430 | 144 | 143 |
| Binary | 11111110 | 11111100 | 11111111 | 0 | 1 | 0 | 0 | 100011000 | 1100100 | 1100011 |
Color Harmonies of #FEFCFF
Complementary color
Monochromatic Colors of #FEFCFF
Black with #FEFCFF
Text Example
Text Example
White with #FEFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCFF; }
p { color: rgb(254,252,255); }
H1.HeaderClassName
{
color: #FEFCFF;
}
.AnyTagClassName
{
color: #FEFCFF;
}
</style>
background-color css
<style>
a { background-color: #FEFCFF; }
a { background-color: rgb(254,252,255); }
div.DivClassName
{
background-color: #FEFCFF;
}
.BgClassName
{
background-color: #FEFCFF;
}
</style>
border-color css
<style>
span { border-color: #FEFCFF; }
span { border-color: rgb(254,252,255); }
td.TdClassName
{
border-color: #FEFCFF;
}
.TagClassName
{
border-color: #FEFCFF;
}
</style>