Shades of White Smoke #FDF0EE
Tints of White Smoke #FDF0EE
RGB
CMYK
RGB Variations
Color information
#FDF0EE (or 0xFDF0EE) is known color: White Smoke. HEX triplet: FD, F0 and EE. RGB value is (253,240,238). Sum of RGB (Red+Green+Blue) = 253+240+238=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 238 (93.36% from 255 or 32.56% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EE is #020F11. Grayscale: #F3F3F3. Windows color (decimal): -134930 or 15659261. OLE color: 15659261.
HSL color Cylindrical-coordinate representation of color #FDF0EE: hue angle of 8º 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 #FDF0EE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 240 | 238 | - |
CMYK | 0 | 0.05 | 0.06 | 0.01 |
HSL | 8º | 0.79% | 0.96% | - |
HSV(B) | 8º | 0.06% | 0.99% | - |
XYZ | 87.1 | 89.38 | 93.55 | - |
YUV | 243.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 240 | 238 | 0 | 0.05 | 0.06 | 0.01 | 8 | 0.79 | 0.96 |
Hex | FD | F0 | EE | 0 | 5 | 6 | 1 | 8 | 4F | 60 |
Octal | 375 | 360 | 356 | 0 | 5 | 6 | 1 | 10 | 117 | 140 |
Binary | 11111101 | 11110000 | 11101110 | 0 | 101 | 110 | 1 | 1000 | 1001111 | 1100000 |
Color Harmonies of #FDF0EE
Complementary color
Monochromatic Colors of #FDF0EE
Black with #FDF0EE
Text Example
Text Example
White with #FDF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0EE; }
p { color: rgb(253,240,238); }
H1.HeaderClassName
{
color: #FDF0EE;
}
.AnyTagClassName
{
color: #FDF0EE;
}
</style>
background-color css
<style>
a { background-color: #FDF0EE; }
a { background-color: rgb(253,240,238); }
div.DivClassName
{
background-color: #FDF0EE;
}
.BgClassName
{
background-color: #FDF0EE;
}
</style>
border-color css
<style>
span { border-color: #FDF0EE; }
span { border-color: rgb(253,240,238); }
td.TdClassName
{
border-color: #FDF0EE;
}
.TagClassName
{
border-color: #FDF0EE;
}
</style>