Shades of White Smoke #F1F0F0
Tints of White Smoke #F1F0F0
RGB
CMYK
RGB Variations
Color information
#F1F0F0 (or 0xF1F0F0) is known color: White Smoke. HEX triplet: F1, F0 and F0. RGB value is (241,240,240). Sum of RGB (Red+Green+Blue) = 241+240+240=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0F0 is #0E0F0F. Grayscale: #F0F0F0. Windows color (decimal): -921360 or 15790321. OLE color: 15790321.
HSL color Cylindrical-coordinate representation of color #F1F0F0: hue angle of 0º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F1F0F0 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 240 | - |
| CMYK | 0 | 0.00 | 0.00 | 0.05 |
| HSL | 0º | 0.03% | 0.94% | - |
| HSV(B) | 0º | 0% | 0.95% | - |
| XYZ | 83.16 | 87.31 | 94.91 | - |
| YUV | 240.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 240 | 0 | 0.00 | 0.00 | 0.05 | 0 | 0.03 | 0.94 |
| Hex | F1 | F0 | F0 | 0 | 0 | 0 | 5 | 0 | 3 | 5E |
| Octal | 361 | 360 | 360 | 0 | 0 | 0 | 5 | 0 | 3 | 136 |
| Binary | 11110001 | 11110000 | 11110000 | 0 | 0 | 0 | 101 | 0 | 11 | 1011110 |
Color Harmonies of #F1F0F0
Complementary color
Monochromatic Colors of #F1F0F0
Black with #F1F0F0
Text Example
Text Example
White with #F1F0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0F0; }
p { color: rgb(241,240,240); }
H1.HeaderClassName
{
color: #F1F0F0;
}
.AnyTagClassName
{
color: #F1F0F0;
}
</style>
background-color css
<style>
a { background-color: #F1F0F0; }
a { background-color: rgb(241,240,240); }
div.DivClassName
{
background-color: #F1F0F0;
}
.BgClassName
{
background-color: #F1F0F0;
}
</style>
border-color css
<style>
span { border-color: #F1F0F0; }
span { border-color: rgb(241,240,240); }
td.TdClassName
{
border-color: #F1F0F0;
}
.TagClassName
{
border-color: #F1F0F0;
}
</style>