Shades of Floral White #FFF7EC
Tints of Floral White #FFF7EC
RGB
CMYK
RGB Variations
Color information
#FFF7EC (or 0xFFF7EC) is known color: Floral White. HEX triplet: FF, F7 and EC. RGB value is (255,247,236). Sum of RGB (Red+Green+Blue) = 255+247+236=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 247 (96.88% from 255 or 33.47% from 738); Blue value is 236 (92.58% from 255 or 31.98% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7EC is #000813. Grayscale: #F8F8F8. Windows color (decimal): -2068 or 15529983. OLE color: 15529983.
HSL color Cylindrical-coordinate representation of color #FFF7EC: hue angle of 34.74º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF7EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 247 | 236 | - |
CMYK | 0 | 0.03 | 0.07 | 0 |
HSL | 34.74º | 1% | 0.96% | - |
HSV(B) | 34.74º | 0.07% | 1% | - |
XYZ | 89.64 | 93.84 | 92.74 | - |
YUV | 248.14 | 121.15 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 247 | 236 | 0 | 0.03 | 0.07 | 0 | 34.74 | 1 | 0.96 |
Hex | FF | F7 | EC | 0 | 3 | 7 | 0 | 23 | 64 | 60 |
Octal | 377 | 367 | 354 | 0 | 3 | 7 | 0 | 43 | 144 | 140 |
Binary | 11111111 | 11110111 | 11101100 | 0 | 11 | 111 | 0 | 100011 | 1100100 | 1100000 |
Color Harmonies of #FFF7EC
Complementary color
Monochromatic Colors of #FFF7EC
Black with #FFF7EC
Text Example
Text Example
White with #FFF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7EC; }
p { color: rgb(255,247,236); }
H1.HeaderClassName
{
color: #FFF7EC;
}
.AnyTagClassName
{
color: #FFF7EC;
}
</style>
background-color css
<style>
a { background-color: #FFF7EC; }
a { background-color: rgb(255,247,236); }
div.DivClassName
{
background-color: #FFF7EC;
}
.BgClassName
{
background-color: #FFF7EC;
}
</style>
border-color css
<style>
span { border-color: #FFF7EC; }
span { border-color: rgb(255,247,236); }
td.TdClassName
{
border-color: #FFF7EC;
}
.TagClassName
{
border-color: #FFF7EC;
}
</style>