Shades of White Smoke #FEEEED
Tints of White Smoke #FEEEED
RGB
CMYK
RGB Variations
Color information
#FEEEED (or 0xFEEEED) is known color: White Smoke. HEX triplet: FE, EE and ED. RGB value is (254,238,237). Sum of RGB (Red+Green+Blue) = 254+238+237=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEED is #011112. Grayscale: #F2F2F2. Windows color (decimal): -69907 or 15593214. OLE color: 15593214.
HSL color Cylindrical-coordinate representation of color #FEEEED: hue angle of 3.53º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEEED is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 237 | - |
CMYK | 0 | 0.06 | 0.07 | 0.00 |
HSL | 3.53º | 0.89% | 0.96% | - |
HSV(B) | 3.53º | 0.07% | 1% | - |
XYZ | 86.73 | 88.33 | 92.6 | - |
YUV | 242.67 | 124.8 | 136.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 237 | 0 | 0.06 | 0.07 | 0.00 | 3.53 | 0.89 | 0.96 |
Hex | FE | EE | ED | 0 | 6 | 7 | 0 | 4 | 59 | 60 |
Octal | 376 | 356 | 355 | 0 | 6 | 7 | 0 | 4 | 131 | 140 |
Binary | 11111110 | 11101110 | 11101101 | 0 | 110 | 111 | 0 | 100 | 1011001 | 1100000 |
Color Harmonies of #FEEEED
Complementary color
Monochromatic Colors of #FEEEED
Black with #FEEEED
Text Example
Text Example
White with #FEEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEED; }
p { color: rgb(254,238,237); }
H1.HeaderClassName
{
color: #FEEEED;
}
.AnyTagClassName
{
color: #FEEEED;
}
</style>
background-color css
<style>
a { background-color: #FEEEED; }
a { background-color: rgb(254,238,237); }
div.DivClassName
{
background-color: #FEEEED;
}
.BgClassName
{
background-color: #FEEEED;
}
</style>
border-color css
<style>
span { border-color: #FEEEED; }
span { border-color: rgb(254,238,237); }
td.TdClassName
{
border-color: #FEEEED;
}
.TagClassName
{
border-color: #FEEEED;
}
</style>