Shades of Floral White #FDF8ED
Tints of Floral White #FDF8ED
RGB
CMYK
RGB Variations
Color information
#FDF8ED (or 0xFDF8ED) is known color: Floral White. HEX triplet: FD, F8 and ED. RGB value is (253,248,237). Sum of RGB (Red+Green+Blue) = 253+248+237=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8ED is #020712. Grayscale: #F8F8F8. Windows color (decimal): -132883 or 15595773. OLE color: 15595773.
HSL color Cylindrical-coordinate representation of color #FDF8ED: hue angle of 41.25º degrees, saturation: 0.8, 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 #FDF8ED is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 237 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 41.25º | 0.8% | 0.96% | - |
HSV(B) | 41.25º | 0.06% | 0.99% | - |
XYZ | 89.36 | 94.13 | 93.58 | - |
YUV | 248.24 | 121.66 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 237 | 0 | 0.02 | 0.06 | 0.01 | 41.25 | 0.8 | 0.96 |
Hex | FD | F8 | ED | 0 | 2 | 6 | 1 | 29 | 50 | 60 |
Octal | 375 | 370 | 355 | 0 | 2 | 6 | 1 | 51 | 120 | 140 |
Binary | 11111101 | 11111000 | 11101101 | 0 | 10 | 110 | 1 | 101001 | 1010000 | 1100000 |
Color Harmonies of #FDF8ED
Complementary color
Monochromatic Colors of #FDF8ED
Black with #FDF8ED
Text Example
Text Example
White with #FDF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8ED; }
p { color: rgb(253,248,237); }
H1.HeaderClassName
{
color: #FDF8ED;
}
.AnyTagClassName
{
color: #FDF8ED;
}
</style>
background-color css
<style>
a { background-color: #FDF8ED; }
a { background-color: rgb(253,248,237); }
div.DivClassName
{
background-color: #FDF8ED;
}
.BgClassName
{
background-color: #FDF8ED;
}
</style>
border-color css
<style>
span { border-color: #FDF8ED; }
span { border-color: rgb(253,248,237); }
td.TdClassName
{
border-color: #FDF8ED;
}
.TagClassName
{
border-color: #FDF8ED;
}
</style>