Shades of Floral White #FDF7EE
Tints of Floral White #FDF7EE
RGB
CMYK
RGB Variations
Color information
#FDF7EE (or 0xFDF7EE) is known color: Floral White. HEX triplet: FD, F7 and EE. RGB value is (253,247,238). Sum of RGB (Red+Green+Blue) = 253+247+238=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 247 (96.88% from 255 or 33.47% from 738); Blue value is 238 (93.36% from 255 or 32.25% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7EE is #020811. Grayscale: #F7F7F7. Windows color (decimal): -133138 or 15661053. OLE color: 15661053.
HSL color Cylindrical-coordinate representation of color #FDF7EE: hue angle of 36º degrees, saturation: 0.79, 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 #FDF7EE is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 238 | - |
CMYK | 0 | 0.02 | 0.06 | 0.01 |
HSL | 36º | 0.79% | 0.96% | - |
HSV(B) | 36º | 0.06% | 0.99% | - |
XYZ | 89.2 | 93.58 | 94.25 | - |
YUV | 247.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 238 | 0 | 0.02 | 0.06 | 0.01 | 36 | 0.79 | 0.96 |
Hex | FD | F7 | EE | 0 | 2 | 6 | 1 | 24 | 4F | 60 |
Octal | 375 | 367 | 356 | 0 | 2 | 6 | 1 | 44 | 117 | 140 |
Binary | 11111101 | 11110111 | 11101110 | 0 | 10 | 110 | 1 | 100100 | 1001111 | 1100000 |
Color Harmonies of #FDF7EE
Complementary color
Monochromatic Colors of #FDF7EE
Black with #FDF7EE
Text Example
Text Example
White with #FDF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7EE; }
p { color: rgb(253,247,238); }
H1.HeaderClassName
{
color: #FDF7EE;
}
.AnyTagClassName
{
color: #FDF7EE;
}
</style>
background-color css
<style>
a { background-color: #FDF7EE; }
a { background-color: rgb(253,247,238); }
div.DivClassName
{
background-color: #FDF7EE;
}
.BgClassName
{
background-color: #FDF7EE;
}
</style>
border-color css
<style>
span { border-color: #FDF7EE; }
span { border-color: rgb(253,247,238); }
td.TdClassName
{
border-color: #FDF7EE;
}
.TagClassName
{
border-color: #FDF7EE;
}
</style>