Shades of White Smoke #FEEDED
Tints of White Smoke #FEEDED
RGB
CMYK
RGB Variations
Color information
#FEEDED (or 0xFEEDED) is known color: White Smoke. HEX triplet: FE, ED and ED. RGB value is (254,237,237). Sum of RGB (Red+Green+Blue) = 254+237+237=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEDED is #011212. Grayscale: #F2F2F2. Windows color (decimal): -70163 or 15592958. OLE color: 15592958.
HSL color Cylindrical-coordinate representation of color #FEEDED: hue angle of 0º 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 #FEEDED is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 237 | 237 | - |
CMYK | 0 | 0.07 | 0.07 | 0.00 |
HSL | 0º | 0.89% | 0.96% | - |
HSV(B) | 0º | 0.07% | 1% | - |
XYZ | 86.44 | 87.75 | 92.5 | - |
YUV | 242.08 | 125.13 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 237 | 237 | 0 | 0.07 | 0.07 | 0.00 | 0 | 0.89 | 0.96 |
Hex | FE | ED | ED | 0 | 7 | 7 | 0 | 0 | 59 | 60 |
Octal | 376 | 355 | 355 | 0 | 7 | 7 | 0 | 0 | 131 | 140 |
Binary | 11111110 | 11101101 | 11101101 | 0 | 111 | 111 | 0 | 0 | 1011001 | 1100000 |
Color Harmonies of #FEEDED
Complementary color
Monochromatic Colors of #FEEDED
Black with #FEEDED
Text Example
Text Example
White with #FEEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDED; }
p { color: rgb(254,237,237); }
H1.HeaderClassName
{
color: #FEEDED;
}
.AnyTagClassName
{
color: #FEEDED;
}
</style>
background-color css
<style>
a { background-color: #FEEDED; }
a { background-color: rgb(254,237,237); }
div.DivClassName
{
background-color: #FEEDED;
}
.BgClassName
{
background-color: #FEEDED;
}
</style>
border-color css
<style>
span { border-color: #FEEDED; }
span { border-color: rgb(254,237,237); }
td.TdClassName
{
border-color: #FEEDED;
}
.TagClassName
{
border-color: #FEEDED;
}
</style>