Shades of Floral White #FDF7EC
Tints of Floral White #FDF7EC
RGB
CMYK
RGB Variations
Color information
#FDF7EC (or 0xFDF7EC) is known color: Floral White. HEX triplet: FD, F7 and EC. RGB value is (253,247,236). Sum of RGB (Red+Green+Blue) = 253+247+236=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7EC is #020813. Grayscale: #F7F7F7. Windows color (decimal): -133140 or 15529981. OLE color: 15529981.
HSL color Cylindrical-coordinate representation of color #FDF7EC: hue angle of 38.82º 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 #FDF7EC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 236 | - |
CMYK | 0 | 0.02 | 0.07 | 0.01 |
HSL | 38.82º | 0.81% | 0.96% | - |
HSV(B) | 38.82º | 0.07% | 0.99% | - |
XYZ | 88.91 | 93.46 | 92.71 | - |
YUV | 247.54 | 121.49 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 236 | 0 | 0.02 | 0.07 | 0.01 | 38.82 | 0.81 | 0.96 |
Hex | FD | F7 | EC | 0 | 2 | 7 | 1 | 27 | 51 | 60 |
Octal | 375 | 367 | 354 | 0 | 2 | 7 | 1 | 47 | 121 | 140 |
Binary | 11111101 | 11110111 | 11101100 | 0 | 10 | 111 | 1 | 100111 | 1010001 | 1100000 |
Color Harmonies of #FDF7EC
Complementary color
Monochromatic Colors of #FDF7EC
Black with #FDF7EC
Text Example
Text Example
White with #FDF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7EC; }
p { color: rgb(253,247,236); }
H1.HeaderClassName
{
color: #FDF7EC;
}
.AnyTagClassName
{
color: #FDF7EC;
}
</style>
background-color css
<style>
a { background-color: #FDF7EC; }
a { background-color: rgb(253,247,236); }
div.DivClassName
{
background-color: #FDF7EC;
}
.BgClassName
{
background-color: #FDF7EC;
}
</style>
border-color css
<style>
span { border-color: #FDF7EC; }
span { border-color: rgb(253,247,236); }
td.TdClassName
{
border-color: #FDF7EC;
}
.TagClassName
{
border-color: #FDF7EC;
}
</style>