Shades of Floral White #FEF9EB
Tints of Floral White #FEF9EB
RGB
CMYK
RGB Variations
Color information
#FEF9EB (or 0xFEF9EB) is known color: Floral White. HEX triplet: FE, F9 and EB. RGB value is (254,249,235). Sum of RGB (Red+Green+Blue) = 254+249+235=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 235 (92.19% from 255 or 31.84% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9EB is #010614. Grayscale: #F8F8F8. Windows color (decimal): -67093 or 15464958. OLE color: 15464958.
HSL color Cylindrical-coordinate representation of color #FEF9EB: hue angle of 44.21º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF9EB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 235 | - |
CMYK | 0 | 0.02 | 0.07 | 0.00 |
HSL | 44.21º | 0.9% | 0.96% | - |
HSV(B) | 44.21º | 0.07% | 1% | - |
XYZ | 89.74 | 94.82 | 92.17 | - |
YUV | 248.9 | 120.16 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 235 | 0 | 0.02 | 0.07 | 0.00 | 44.21 | 0.9 | 0.96 |
Hex | FE | F9 | EB | 0 | 2 | 7 | 0 | 2C | 5A | 60 |
Octal | 376 | 371 | 353 | 0 | 2 | 7 | 0 | 54 | 132 | 140 |
Binary | 11111110 | 11111001 | 11101011 | 0 | 10 | 111 | 0 | 101100 | 1011010 | 1100000 |
Color Harmonies of #FEF9EB
Complementary color
Monochromatic Colors of #FEF9EB
Black with #FEF9EB
Text Example
Text Example
White with #FEF9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9EB; }
p { color: rgb(254,249,235); }
H1.HeaderClassName
{
color: #FEF9EB;
}
.AnyTagClassName
{
color: #FEF9EB;
}
</style>
background-color css
<style>
a { background-color: #FEF9EB; }
a { background-color: rgb(254,249,235); }
div.DivClassName
{
background-color: #FEF9EB;
}
.BgClassName
{
background-color: #FEF9EB;
}
</style>
border-color css
<style>
span { border-color: #FEF9EB; }
span { border-color: rgb(254,249,235); }
td.TdClassName
{
border-color: #FEF9EB;
}
.TagClassName
{
border-color: #FEF9EB;
}
</style>