Shades of White Smoke #F6F5F5
Tints of White Smoke #F6F5F5
RGB
CMYK
RGB Variations
Color information
#F6F5F5 (or 0xF6F5F5) is known color: White Smoke. HEX triplet: F6, F5 and F5. RGB value is (246,245,245). Sum of RGB (Red+Green+Blue) = 246+245+245=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F5F5 is #090A0A. Grayscale: #F5F5F5. Windows color (decimal): -592395 or 16119286. OLE color: 16119286.
HSL color Cylindrical-coordinate representation of color #F6F5F5: hue angle of 0º degrees, saturation: 0.05, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F6F5F5 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 245 | 245 | - |
CMYK | 0 | 0.00 | 0.00 | 0.04 |
HSL | 0º | 0.05% | 0.96% | - |
HSV(B) | 0º | 0% | 0.96% | - |
XYZ | 87.14 | 91.49 | 99.45 | - |
YUV | 245.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 245 | 245 | 0 | 0.00 | 0.00 | 0.04 | 0 | 0.05 | 0.96 |
Hex | F6 | F5 | F5 | 0 | 0 | 0 | 4 | 0 | 5 | 60 |
Octal | 366 | 365 | 365 | 0 | 0 | 0 | 4 | 0 | 5 | 140 |
Binary | 11110110 | 11110101 | 11110101 | 0 | 0 | 0 | 100 | 0 | 101 | 1100000 |
Color Harmonies of #F6F5F5
Complementary color
Monochromatic Colors of #F6F5F5
Black with #F6F5F5
Text Example
Text Example
White with #F6F5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F5F5; }
p { color: rgb(246,245,245); }
H1.HeaderClassName
{
color: #F6F5F5;
}
.AnyTagClassName
{
color: #F6F5F5;
}
</style>
background-color css
<style>
a { background-color: #F6F5F5; }
a { background-color: rgb(246,245,245); }
div.DivClassName
{
background-color: #F6F5F5;
}
.BgClassName
{
background-color: #F6F5F5;
}
</style>
border-color css
<style>
span { border-color: #F6F5F5; }
span { border-color: rgb(246,245,245); }
td.TdClassName
{
border-color: #F6F5F5;
}
.TagClassName
{
border-color: #F6F5F5;
}
</style>