Shades of Floral White #FDF8EF
Tints of Floral White #FDF8EF
RGB
CMYK
RGB Variations
Color information
#FDF8EF (or 0xFDF8EF) is known color: Floral White. HEX triplet: FD, F8 and EF. RGB value is (253,248,239). Sum of RGB (Red+Green+Blue) = 253+248+239=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 239 (93.75% from 255 or 32.30% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8EF is #020710. Grayscale: #F8F8F8. Windows color (decimal): -132881 or 15726845. OLE color: 15726845.
HSL color Cylindrical-coordinate representation of color #FDF8EF: hue angle of 38.57º 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 #FDF8EF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 239 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 38.57º | 0.78% | 0.96% | - |
HSV(B) | 38.57º | 0.06% | 0.99% | - |
XYZ | 89.66 | 94.25 | 95.13 | - |
YUV | 248.47 | 122.66 | 131.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 239 | 0 | 0.02 | 0.06 | 0.01 | 38.57 | 0.78 | 0.96 |
Hex | FD | F8 | EF | 0 | 2 | 6 | 1 | 27 | 4E | 60 |
Octal | 375 | 370 | 357 | 0 | 2 | 6 | 1 | 47 | 116 | 140 |
Binary | 11111101 | 11111000 | 11101111 | 0 | 10 | 110 | 1 | 100111 | 1001110 | 1100000 |
Color Harmonies of #FDF8EF
Complementary color
Monochromatic Colors of #FDF8EF
Black with #FDF8EF
Text Example
Text Example
White with #FDF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8EF; }
p { color: rgb(253,248,239); }
H1.HeaderClassName
{
color: #FDF8EF;
}
.AnyTagClassName
{
color: #FDF8EF;
}
</style>
background-color css
<style>
a { background-color: #FDF8EF; }
a { background-color: rgb(253,248,239); }
div.DivClassName
{
background-color: #FDF8EF;
}
.BgClassName
{
background-color: #FDF8EF;
}
</style>
border-color css
<style>
span { border-color: #FDF8EF; }
span { border-color: rgb(253,248,239); }
td.TdClassName
{
border-color: #FDF8EF;
}
.TagClassName
{
border-color: #FDF8EF;
}
</style>