Shades of Floral White #FDF9EF
Tints of Floral White #FDF9EF
RGB
CMYK
RGB Variations
Color information
#FDF9EF (or 0xFDF9EF) is known color: Floral White. HEX triplet: FD, F9 and EF. RGB value is (253,249,239). Sum of RGB (Red+Green+Blue) = 253+249+239=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 249 (97.66% from 255 or 33.60% from 741); Blue value is 239 (93.75% from 255 or 32.25% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9EF is #020610. Grayscale: #F9F9F9. Windows color (decimal): -132625 or 15727101. OLE color: 15727101.
HSL color Cylindrical-coordinate representation of color #FDF9EF: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF9EF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 239 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 42.86º | 0.78% | 0.96% | - |
HSV(B) | 42.86º | 0.06% | 0.99% | - |
XYZ | 89.96 | 94.87 | 95.23 | - |
YUV | 249.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 239 | 0 | 0.02 | 0.06 | 0.01 | 42.86 | 0.78 | 0.96 |
Hex | FD | F9 | EF | 0 | 2 | 6 | 1 | 2B | 4E | 60 |
Octal | 375 | 371 | 357 | 0 | 2 | 6 | 1 | 53 | 116 | 140 |
Binary | 11111101 | 11111001 | 11101111 | 0 | 10 | 110 | 1 | 101011 | 1001110 | 1100000 |
Color Harmonies of #FDF9EF
Complementary color
Monochromatic Colors of #FDF9EF
Black with #FDF9EF
Text Example
Text Example
White with #FDF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9EF; }
p { color: rgb(253,249,239); }
H1.HeaderClassName
{
color: #FDF9EF;
}
.AnyTagClassName
{
color: #FDF9EF;
}
</style>
background-color css
<style>
a { background-color: #FDF9EF; }
a { background-color: rgb(253,249,239); }
div.DivClassName
{
background-color: #FDF9EF;
}
.BgClassName
{
background-color: #FDF9EF;
}
</style>
border-color css
<style>
span { border-color: #FDF9EF; }
span { border-color: rgb(253,249,239); }
td.TdClassName
{
border-color: #FDF9EF;
}
.TagClassName
{
border-color: #FDF9EF;
}
</style>