Shades of Floral White #FDF9ED
Tints of Floral White #FDF9ED
RGB
CMYK
RGB Variations
Color information
#FDF9ED (or 0xFDF9ED) is known color: Floral White. HEX triplet: FD, F9 and ED. RGB value is (253,249,237). Sum of RGB (Red+Green+Blue) = 253+249+237=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 237 (92.97% from 255 or 32.07% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9ED is #020612. Grayscale: #F8F8F8. Windows color (decimal): -132627 or 15596029. OLE color: 15596029.
HSL color Cylindrical-coordinate representation of color #FDF9ED: hue angle of 45º 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 #FDF9ED is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 237 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 45º | 0.8% | 0.96% | - |
HSV(B) | 45º | 0.06% | 0.99% | - |
XYZ | 89.67 | 94.75 | 93.68 | - |
YUV | 248.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 237 | 0 | 0.02 | 0.06 | 0.01 | 45 | 0.8 | 0.96 |
Hex | FD | F9 | ED | 0 | 2 | 6 | 1 | 2D | 50 | 60 |
Octal | 375 | 371 | 355 | 0 | 2 | 6 | 1 | 55 | 120 | 140 |
Binary | 11111101 | 11111001 | 11101101 | 0 | 10 | 110 | 1 | 101101 | 1010000 | 1100000 |
Color Harmonies of #FDF9ED
Complementary color
Monochromatic Colors of #FDF9ED
Black with #FDF9ED
Text Example
Text Example
White with #FDF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9ED; }
p { color: rgb(253,249,237); }
H1.HeaderClassName
{
color: #FDF9ED;
}
.AnyTagClassName
{
color: #FDF9ED;
}
</style>
background-color css
<style>
a { background-color: #FDF9ED; }
a { background-color: rgb(253,249,237); }
div.DivClassName
{
background-color: #FDF9ED;
}
.BgClassName
{
background-color: #FDF9ED;
}
</style>
border-color css
<style>
span { border-color: #FDF9ED; }
span { border-color: rgb(253,249,237); }
td.TdClassName
{
border-color: #FDF9ED;
}
.TagClassName
{
border-color: #FDF9ED;
}
</style>