Shades of Floral White #FEF8EF
Tints of Floral White #FEF8EF
RGB
CMYK
RGB Variations
Color information
#FEF8EF (or 0xFEF8EF) is known color: Floral White. HEX triplet: FE, F8 and EF. RGB value is (254,248,239). Sum of RGB (Red+Green+Blue) = 254+248+239=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 248 (97.27% from 255 or 33.47% from 741); Blue value is 239 (93.75% from 255 or 32.25% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8EF is #010710. Grayscale: #F8F8F8. Windows color (decimal): -67345 or 15726846. OLE color: 15726846.
HSL color Cylindrical-coordinate representation of color #FEF8EF: hue angle of 36º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF8EF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 239 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.00 |
| HSL | 36º | 0.88% | 0.97% | - |
| HSV(B) | 36º | 0.06% | 1% | - |
| XYZ | 90.02 | 94.44 | 95.15 | - |
| YUV | 248.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 239 | 0 | 0.02 | 0.06 | 0.00 | 36 | 0.88 | 0.97 |
| Hex | FE | F8 | EF | 0 | 2 | 6 | 0 | 24 | 58 | 61 |
| Octal | 376 | 370 | 357 | 0 | 2 | 6 | 0 | 44 | 130 | 141 |
| Binary | 11111110 | 11111000 | 11101111 | 0 | 10 | 110 | 0 | 100100 | 1011000 | 1100001 |
Color Harmonies of #FEF8EF
Complementary color
Monochromatic Colors of #FEF8EF
Black with #FEF8EF
Text Example
Text Example
White with #FEF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8EF; }
p { color: rgb(254,248,239); }
H1.HeaderClassName
{
color: #FEF8EF;
}
.AnyTagClassName
{
color: #FEF8EF;
}
</style>
background-color css
<style>
a { background-color: #FEF8EF; }
a { background-color: rgb(254,248,239); }
div.DivClassName
{
background-color: #FEF8EF;
}
.BgClassName
{
background-color: #FEF8EF;
}
</style>
border-color css
<style>
span { border-color: #FEF8EF; }
span { border-color: rgb(254,248,239); }
td.TdClassName
{
border-color: #FEF8EF;
}
.TagClassName
{
border-color: #FEF8EF;
}
</style>