Shades of White Smoke #FDEEED
Tints of White Smoke #FDEEED
RGB
CMYK
RGB Variations
Color information
#FDEEED (or 0xFDEEED) is known color: White Smoke. HEX triplet: FD, EE and ED. RGB value is (253,238,237). Sum of RGB (Red+Green+Blue) = 253+238+237=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEED is #021112. Grayscale: #F2F2F2. Windows color (decimal): -135443 or 15593213. OLE color: 15593213.
HSL color Cylindrical-coordinate representation of color #FDEEED: hue angle of 3.75º degrees, saturation: 0.8, 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 #FDEEED is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 237 | - |
CMYK | 0 | 0.06 | 0.06 | 0.01 |
HSL | 3.75º | 0.8% | 0.96% | - |
HSV(B) | 3.75º | 0.06% | 0.99% | - |
XYZ | 86.37 | 88.15 | 92.58 | - |
YUV | 242.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 237 | 0 | 0.06 | 0.06 | 0.01 | 3.75 | 0.8 | 0.96 |
Hex | FD | EE | ED | 0 | 6 | 6 | 1 | 4 | 50 | 60 |
Octal | 375 | 356 | 355 | 0 | 6 | 6 | 1 | 4 | 120 | 140 |
Binary | 11111101 | 11101110 | 11101101 | 0 | 110 | 110 | 1 | 100 | 1010000 | 1100000 |
Color Harmonies of #FDEEED
Complementary color
Monochromatic Colors of #FDEEED
Black with #FDEEED
Text Example
Text Example
White with #FDEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEED; }
p { color: rgb(253,238,237); }
H1.HeaderClassName
{
color: #FDEEED;
}
.AnyTagClassName
{
color: #FDEEED;
}
</style>
background-color css
<style>
a { background-color: #FDEEED; }
a { background-color: rgb(253,238,237); }
div.DivClassName
{
background-color: #FDEEED;
}
.BgClassName
{
background-color: #FDEEED;
}
</style>
border-color css
<style>
span { border-color: #FDEEED; }
span { border-color: rgb(253,238,237); }
td.TdClassName
{
border-color: #FDEEED;
}
.TagClassName
{
border-color: #FDEEED;
}
</style>