Shades of Floral White #FDF8EC
Tints of Floral White #FDF8EC
RGB
CMYK
RGB Variations
Color information
#FDF8EC (or 0xFDF8EC) is known color: Floral White. HEX triplet: FD, F8 and EC. RGB value is (253,248,236). Sum of RGB (Red+Green+Blue) = 253+248+236=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8EC is #020713. Grayscale: #F8F8F8. Windows color (decimal): -132884 or 15530237. OLE color: 15530237.
HSL color Cylindrical-coordinate representation of color #FDF8EC: hue angle of 42.35º 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 #FDF8EC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 236 | - |
CMYK | 0 | 0.02 | 0.07 | 0.01 |
HSL | 42.35º | 0.81% | 0.96% | - |
HSV(B) | 42.35º | 0.07% | 0.99% | - |
XYZ | 89.22 | 94.07 | 92.81 | - |
YUV | 248.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 236 | 0 | 0.02 | 0.07 | 0.01 | 42.35 | 0.81 | 0.96 |
Hex | FD | F8 | EC | 0 | 2 | 7 | 1 | 2A | 51 | 60 |
Octal | 375 | 370 | 354 | 0 | 2 | 7 | 1 | 52 | 121 | 140 |
Binary | 11111101 | 11111000 | 11101100 | 0 | 10 | 111 | 1 | 101010 | 1010001 | 1100000 |
Color Harmonies of #FDF8EC
Complementary color
Monochromatic Colors of #FDF8EC
Black with #FDF8EC
Text Example
Text Example
White with #FDF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8EC; }
p { color: rgb(253,248,236); }
H1.HeaderClassName
{
color: #FDF8EC;
}
.AnyTagClassName
{
color: #FDF8EC;
}
</style>
background-color css
<style>
a { background-color: #FDF8EC; }
a { background-color: rgb(253,248,236); }
div.DivClassName
{
background-color: #FDF8EC;
}
.BgClassName
{
background-color: #FDF8EC;
}
</style>
border-color css
<style>
span { border-color: #FDF8EC; }
span { border-color: rgb(253,248,236); }
td.TdClassName
{
border-color: #FDF8EC;
}
.TagClassName
{
border-color: #FDF8EC;
}
</style>