Shades of White Smoke #F6EDED
Tints of White Smoke #F6EDED
RGB
CMYK
RGB Variations
Color information
#F6EDED (or 0xF6EDED) is known color: White Smoke. HEX triplet: F6, ED and ED. RGB value is (246,237,237). Sum of RGB (Red+Green+Blue) = 246+237+237=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDED is #091212. Grayscale: #EFEFEF. Windows color (decimal): -594451 or 15592950. OLE color: 15592950.
HSL color Cylindrical-coordinate representation of color #F6EDED: hue angle of 0º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6EDED is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 237 | 237 | - |
CMYK | 0 | 0.04 | 0.04 | 0.04 |
HSL | 0º | 0.33% | 0.95% | - |
HSV(B) | 0º | 0.04% | 0.96% | - |
XYZ | 83.58 | 86.28 | 92.37 | - |
YUV | 239.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 237 | 237 | 0 | 0.04 | 0.04 | 0.04 | 0 | 0.33 | 0.95 |
Hex | F6 | ED | ED | 0 | 4 | 4 | 4 | 0 | 21 | 5F |
Octal | 366 | 355 | 355 | 0 | 4 | 4 | 4 | 0 | 41 | 137 |
Binary | 11110110 | 11101101 | 11101101 | 0 | 100 | 100 | 100 | 0 | 100001 | 1011111 |
Color Harmonies of #F6EDED
Complementary color
Monochromatic Colors of #F6EDED
Black with #F6EDED
Text Example
Text Example
White with #F6EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDED; }
p { color: rgb(246,237,237); }
H1.HeaderClassName
{
color: #F6EDED;
}
.AnyTagClassName
{
color: #F6EDED;
}
</style>
background-color css
<style>
a { background-color: #F6EDED; }
a { background-color: rgb(246,237,237); }
div.DivClassName
{
background-color: #F6EDED;
}
.BgClassName
{
background-color: #F6EDED;
}
</style>
border-color css
<style>
span { border-color: #F6EDED; }
span { border-color: rgb(246,237,237); }
td.TdClassName
{
border-color: #F6EDED;
}
.TagClassName
{
border-color: #F6EDED;
}
</style>