Shades of Floral White #FFF9ED
Tints of Floral White #FFF9ED
RGB
CMYK
RGB Variations
Color information
#FFF9ED (or 0xFFF9ED) is known color: Floral White. HEX triplet: FF, F9 and ED. RGB value is (255,249,237). Sum of RGB (Red+Green+Blue) = 255+249+237=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 249 (97.66% from 255 or 33.60% from 741); Blue value is 237 (92.97% from 255 or 31.98% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9ED is #000612. Grayscale: #F9F9F9. Windows color (decimal): -1555 or 15596031. OLE color: 15596031.
HSL color Cylindrical-coordinate representation of color #FFF9ED: hue angle of 40º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF9ED is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 237 | - |
CMYK | 0 | 0.02 | 0.07 | 0 |
HSL | 40º | 1% | 0.96% | - |
HSV(B) | 40º | 0.07% | 1% | - |
XYZ | 90.4 | 95.13 | 93.72 | - |
YUV | 249.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 237 | 0 | 0.02 | 0.07 | 0 | 40 | 1 | 0.96 |
Hex | FF | F9 | ED | 0 | 2 | 7 | 0 | 28 | 64 | 60 |
Octal | 377 | 371 | 355 | 0 | 2 | 7 | 0 | 50 | 144 | 140 |
Binary | 11111111 | 11111001 | 11101101 | 0 | 10 | 111 | 0 | 101000 | 1100100 | 1100000 |
Color Harmonies of #FFF9ED
Complementary color
Monochromatic Colors of #FFF9ED
Black with #FFF9ED
Text Example
Text Example
White with #FFF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9ED; }
p { color: rgb(255,249,237); }
H1.HeaderClassName
{
color: #FFF9ED;
}
.AnyTagClassName
{
color: #FFF9ED;
}
</style>
background-color css
<style>
a { background-color: #FFF9ED; }
a { background-color: rgb(255,249,237); }
div.DivClassName
{
background-color: #FFF9ED;
}
.BgClassName
{
background-color: #FFF9ED;
}
</style>
border-color css
<style>
span { border-color: #FFF9ED; }
span { border-color: rgb(255,249,237); }
td.TdClassName
{
border-color: #FFF9ED;
}
.TagClassName
{
border-color: #FFF9ED;
}
</style>