Shades of Floral White #FDF9EC
Tints of Floral White #FDF9EC
RGB
CMYK
RGB Variations
Color information
#FDF9EC (or 0xFDF9EC) is known color: Floral White. HEX triplet: FD, F9 and EC. RGB value is (253,249,236). Sum of RGB (Red+Green+Blue) = 253+249+236=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 236 (92.58% from 255 or 31.98% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9EC is #020613. Grayscale: #F8F8F8. Windows color (decimal): -132628 or 15530493. OLE color: 15530493.
HSL color Cylindrical-coordinate representation of color #FDF9EC: hue angle of 45.88º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF9EC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 236 | - |
CMYK | 0 | 0.02 | 0.07 | 0.01 |
HSL | 45.88º | 0.81% | 0.96% | - |
HSV(B) | 45.88º | 0.07% | 0.99% | - |
XYZ | 89.52 | 94.69 | 92.92 | - |
YUV | 248.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 236 | 0 | 0.02 | 0.07 | 0.01 | 45.88 | 0.81 | 0.96 |
Hex | FD | F9 | EC | 0 | 2 | 7 | 1 | 2E | 51 | 60 |
Octal | 375 | 371 | 354 | 0 | 2 | 7 | 1 | 56 | 121 | 140 |
Binary | 11111101 | 11111001 | 11101100 | 0 | 10 | 111 | 1 | 101110 | 1010001 | 1100000 |
Color Harmonies of #FDF9EC
Complementary color
Monochromatic Colors of #FDF9EC
Black with #FDF9EC
Text Example
Text Example
White with #FDF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9EC; }
p { color: rgb(253,249,236); }
H1.HeaderClassName
{
color: #FDF9EC;
}
.AnyTagClassName
{
color: #FDF9EC;
}
</style>
background-color css
<style>
a { background-color: #FDF9EC; }
a { background-color: rgb(253,249,236); }
div.DivClassName
{
background-color: #FDF9EC;
}
.BgClassName
{
background-color: #FDF9EC;
}
</style>
border-color css
<style>
span { border-color: #FDF9EC; }
span { border-color: rgb(253,249,236); }
td.TdClassName
{
border-color: #FDF9EC;
}
.TagClassName
{
border-color: #FDF9EC;
}
</style>