Shades of Floral White #FEF9F0
Tints of Floral White #FEF9F0
RGB
CMYK
RGB Variations
Color information
#FEF9F0 (or 0xFEF9F0) is known color: Floral White. HEX triplet: FE, F9 and F0. RGB value is (254,249,240). Sum of RGB (Red+Green+Blue) = 254+249+240=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 249 (97.66% from 255 or 33.51% from 743); Blue value is 240 (94.14% from 255 or 32.30% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F0 is #01060F. Grayscale: #F9F9F9. Windows color (decimal): -67088 or 15792638. OLE color: 15792638.
HSL color Cylindrical-coordinate representation of color #FEF9F0: hue angle of 38.57º 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 #FEF9F0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 240 | - |
CMYK | 0 | 0.02 | 0.06 | 0.00 |
HSL | 38.57º | 0.88% | 0.97% | - |
HSV(B) | 38.57º | 0.06% | 1% | - |
XYZ | 90.48 | 95.11 | 96.03 | - |
YUV | 249.47 | 122.66 | 131.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 240 | 0 | 0.02 | 0.06 | 0.00 | 38.57 | 0.88 | 0.97 |
Hex | FE | F9 | F0 | 0 | 2 | 6 | 0 | 27 | 58 | 61 |
Octal | 376 | 371 | 360 | 0 | 2 | 6 | 0 | 47 | 130 | 141 |
Binary | 11111110 | 11111001 | 11110000 | 0 | 10 | 110 | 0 | 100111 | 1011000 | 1100001 |
Color Harmonies of #FEF9F0
Complementary color
Monochromatic Colors of #FEF9F0
Black with #FEF9F0
Text Example
Text Example
White with #FEF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9F0; }
p { color: rgb(254,249,240); }
H1.HeaderClassName
{
color: #FEF9F0;
}
.AnyTagClassName
{
color: #FEF9F0;
}
</style>
background-color css
<style>
a { background-color: #FEF9F0; }
a { background-color: rgb(254,249,240); }
div.DivClassName
{
background-color: #FEF9F0;
}
.BgClassName
{
background-color: #FEF9F0;
}
</style>
border-color css
<style>
span { border-color: #FEF9F0; }
span { border-color: rgb(254,249,240); }
td.TdClassName
{
border-color: #FEF9F0;
}
.TagClassName
{
border-color: #FEF9F0;
}
</style>