Shades of White Smoke #FFEDED
Tints of White Smoke #FFEDED
RGB
CMYK
RGB Variations
Color information
#FFEDED (or 0xFFEDED) is known color: White Smoke. HEX triplet: FF, ED and ED. RGB value is (255,237,237). Sum of RGB (Red+Green+Blue) = 255+237+237=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDED is #001212. Grayscale: #F2F2F2. Windows color (decimal): -4627 or 15592959. OLE color: 15592959.
HSL color Cylindrical-coordinate representation of color #FFEDED: hue angle of 0º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDED is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 237 | - |
CMYK | 0 | 0.07 | 0.07 | 0 |
HSL | 0º | 1% | 0.96% | - |
HSV(B) | 0º | 0.07% | 1% | - |
XYZ | 86.81 | 87.94 | 92.52 | - |
YUV | 242.38 | 124.96 | 137 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 237 | 0 | 0.07 | 0.07 | 0 | 0 | 1 | 0.96 |
Hex | FF | ED | ED | 0 | 7 | 7 | 0 | 0 | 64 | 60 |
Octal | 377 | 355 | 355 | 0 | 7 | 7 | 0 | 0 | 144 | 140 |
Binary | 11111111 | 11101101 | 11101101 | 0 | 111 | 111 | 0 | 0 | 1100100 | 1100000 |
Color Harmonies of #FFEDED
Complementary color
Monochromatic Colors of #FFEDED
Black with #FFEDED
Text Example
Text Example
White with #FFEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDED; }
p { color: rgb(255,237,237); }
H1.HeaderClassName
{
color: #FFEDED;
}
.AnyTagClassName
{
color: #FFEDED;
}
</style>
background-color css
<style>
a { background-color: #FFEDED; }
a { background-color: rgb(255,237,237); }
div.DivClassName
{
background-color: #FFEDED;
}
.BgClassName
{
background-color: #FFEDED;
}
</style>
border-color css
<style>
span { border-color: #FFEDED; }
span { border-color: rgb(255,237,237); }
td.TdClassName
{
border-color: #FFEDED;
}
.TagClassName
{
border-color: #FFEDED;
}
</style>