Shades of WhiteSmoke #F5F5F5
Tints of WhiteSmoke #F5F5F5
RGB
CMYK
RGB Variations
Color information
#F5F5F5 (or 0xF5F5F5) is known color: WhiteSmoke. HEX triplet: F5, F5 and F5. RGB value is (245,245,245). Sum of RGB (Red+Green+Blue) = 245+245+245=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 245 - color contains mainly: red, green, blue. Hex color #F5F5F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5F5 is #0A0A0A. Grayscale: #F4F4F4. Windows color (decimal): -657931 or 16119285. OLE color: 16119285.
HSL color Cylindrical-coordinate representation of color #F5F5F5: hue angle of 0º degrees, saturation: 0, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F5F5F5 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 245 | 245 | - |
CMYK | 0 | 0 | 0 | 0.04 |
HSL | 0º | 0% | 0.96% | - |
HSV(B) | 0º | 0% | 0.96% | - |
XYZ | 86.79 | 91.31 | 99.44 | - |
YUV | 245 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 245 | 0 | 0 | 0 | 0.04 | 0 | 0 | 0.96 |
Hex | F5 | F5 | F5 | 0 | 0 | 0 | 4 | 0 | 0 | 60 |
Octal | 365 | 365 | 365 | 0 | 0 | 0 | 4 | 0 | 0 | 140 |
Binary | 11110101 | 11110101 | 11110101 | 0 | 0 | 0 | 100 | 0 | 0 | 1100000 |
Color Harmonies of #F5F5F5
Complementary color
Monochromatic Colors of #F5F5F5
Black with #F5F5F5
Text Example
Text Example
White with #F5F5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5F5; }
p { color: rgb(245,245,245); }
H1.HeaderClassName
{
color: #F5F5F5;
}
.AnyTagClassName
{
color: #F5F5F5;
}
</style>
background-color css
<style>
a { background-color: #F5F5F5; }
a { background-color: rgb(245,245,245); }
div.DivClassName
{
background-color: #F5F5F5;
}
.BgClassName
{
background-color: #F5F5F5;
}
</style>
border-color css
<style>
span { border-color: #F5F5F5; }
span { border-color: rgb(245,245,245); }
td.TdClassName
{
border-color: #F5F5F5;
}
.TagClassName
{
border-color: #F5F5F5;
}
</style>