Shades of Floral White #F9F6ED
Tints of Floral White #F9F6ED
RGB
CMYK
RGB Variations
Color information
#F9F6ED (or 0xF9F6ED) is known color: Floral White. HEX triplet: F9, F6 and ED. RGB value is (249,246,237). Sum of RGB (Red+Green+Blue) = 249+246+237=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6ED is #060912. Grayscale: #F5F5F5. Windows color (decimal): -395539 or 15595257. OLE color: 15595257.
HSL color Cylindrical-coordinate representation of color #F9F6ED: hue angle of 45º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F6ED is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 246 | 237 | - |
CMYK | 0 | 0.01 | 0.05 | 0.02 |
HSL | 45º | 0.5% | 0.95% | - |
HSV(B) | 45º | 0.05% | 0.98% | - |
XYZ | 87.31 | 92.17 | 93.31 | - |
YUV | 245.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 246 | 237 | 0 | 0.01 | 0.05 | 0.02 | 45 | 0.5 | 0.95 |
Hex | F9 | F6 | ED | 0 | 1 | 5 | 2 | 2D | 32 | 5F |
Octal | 371 | 366 | 355 | 0 | 1 | 5 | 2 | 55 | 62 | 137 |
Binary | 11111001 | 11110110 | 11101101 | 0 | 1 | 101 | 10 | 101101 | 110010 | 1011111 |
Color Harmonies of #F9F6ED
Complementary color
Monochromatic Colors of #F9F6ED
Black with #F9F6ED
Text Example
Text Example
White with #F9F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F6ED; }
p { color: rgb(249,246,237); }
H1.HeaderClassName
{
color: #F9F6ED;
}
.AnyTagClassName
{
color: #F9F6ED;
}
</style>
background-color css
<style>
a { background-color: #F9F6ED; }
a { background-color: rgb(249,246,237); }
div.DivClassName
{
background-color: #F9F6ED;
}
.BgClassName
{
background-color: #F9F6ED;
}
</style>
border-color css
<style>
span { border-color: #F9F6ED; }
span { border-color: rgb(249,246,237); }
td.TdClassName
{
border-color: #F9F6ED;
}
.TagClassName
{
border-color: #F9F6ED;
}
</style>