Shades of Floral White #FFF7ED
Tints of Floral White #FFF7ED
RGB
CMYK
RGB Variations
Color information
#FFF7ED (or 0xFFF7ED) is known color: Floral White. HEX triplet: FF, F7 and ED. RGB value is (255,247,237). Sum of RGB (Red+Green+Blue) = 255+247+237=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 247 (96.88% from 255 or 33.42% from 739); Blue value is 237 (92.97% from 255 or 32.07% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7ED is #000812. Grayscale: #F8F8F8. Windows color (decimal): -2067 or 15595519. OLE color: 15595519.
HSL color Cylindrical-coordinate representation of color #FFF7ED: hue angle of 33.33º 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 #FFF7ED is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 247 | 237 | - |
CMYK | 0 | 0.03 | 0.07 | 0 |
HSL | 33.33º | 1% | 0.96% | - |
HSV(B) | 33.33º | 0.07% | 1% | - |
XYZ | 89.79 | 93.9 | 93.51 | - |
YUV | 248.25 | 121.65 | 132.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 247 | 237 | 0 | 0.03 | 0.07 | 0 | 33.33 | 1 | 0.96 |
Hex | FF | F7 | ED | 0 | 3 | 7 | 0 | 21 | 64 | 60 |
Octal | 377 | 367 | 355 | 0 | 3 | 7 | 0 | 41 | 144 | 140 |
Binary | 11111111 | 11110111 | 11101101 | 0 | 11 | 111 | 0 | 100001 | 1100100 | 1100000 |
Color Harmonies of #FFF7ED
Complementary color
Monochromatic Colors of #FFF7ED
Black with #FFF7ED
Text Example
Text Example
White with #FFF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7ED; }
p { color: rgb(255,247,237); }
H1.HeaderClassName
{
color: #FFF7ED;
}
.AnyTagClassName
{
color: #FFF7ED;
}
</style>
background-color css
<style>
a { background-color: #FFF7ED; }
a { background-color: rgb(255,247,237); }
div.DivClassName
{
background-color: #FFF7ED;
}
.BgClassName
{
background-color: #FFF7ED;
}
</style>
border-color css
<style>
span { border-color: #FFF7ED; }
span { border-color: rgb(255,247,237); }
td.TdClassName
{
border-color: #FFF7ED;
}
.TagClassName
{
border-color: #FFF7ED;
}
</style>