Shades of White Smoke #F5F1F1
Tints of White Smoke #F5F1F1
RGB
CMYK
RGB Variations
Color information
#F5F1F1 (or 0xF5F1F1) is known color: White Smoke. HEX triplet: F5, F1 and F1. RGB value is (245,241,241). Sum of RGB (Red+Green+Blue) = 245+241+241=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1F1 is #0A0E0E. Grayscale: #F2F2F2. Windows color (decimal): -658959 or 15856117. OLE color: 15856117.
HSL color Cylindrical-coordinate representation of color #F5F1F1: hue angle of 0º degrees, saturation: 0.17, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F1F1 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 241 | 241 | - |
CMYK | 0 | 0.02 | 0.02 | 0.04 |
HSL | 0º | 0.17% | 0.95% | - |
HSV(B) | 0º | 0.02% | 0.96% | - |
XYZ | 84.99 | 88.67 | 95.86 | - |
YUV | 242.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 241 | 241 | 0 | 0.02 | 0.02 | 0.04 | 0 | 0.17 | 0.95 |
Hex | F5 | F1 | F1 | 0 | 2 | 2 | 4 | 0 | 11 | 5F |
Octal | 365 | 361 | 361 | 0 | 2 | 2 | 4 | 0 | 21 | 137 |
Binary | 11110101 | 11110001 | 11110001 | 0 | 10 | 10 | 100 | 0 | 10001 | 1011111 |
Color Harmonies of #F5F1F1
Complementary color
Monochromatic Colors of #F5F1F1
Black with #F5F1F1
Text Example
Text Example
White with #F5F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1F1; }
p { color: rgb(245,241,241); }
H1.HeaderClassName
{
color: #F5F1F1;
}
.AnyTagClassName
{
color: #F5F1F1;
}
</style>
background-color css
<style>
a { background-color: #F5F1F1; }
a { background-color: rgb(245,241,241); }
div.DivClassName
{
background-color: #F5F1F1;
}
.BgClassName
{
background-color: #F5F1F1;
}
</style>
border-color css
<style>
span { border-color: #F5F1F1; }
span { border-color: rgb(245,241,241); }
td.TdClassName
{
border-color: #F5F1F1;
}
.TagClassName
{
border-color: #F5F1F1;
}
</style>