Shades of White Smoke #F2F1F1
Tints of White Smoke #F2F1F1
RGB
CMYK
RGB Variations
Color information
#F2F1F1 (or 0xF2F1F1) is known color: White Smoke. HEX triplet: F2, F1 and F1. RGB value is (242,241,241). Sum of RGB (Red+Green+Blue) = 242+241+241=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 241 (94.53% from 255 or 33.29% from 724); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1F1 is #0D0E0E. Grayscale: #F1F1F1. Windows color (decimal): -855567 or 15856114. OLE color: 15856114.
HSL color Cylindrical-coordinate representation of color #F2F1F1: hue angle of 0º degrees, saturation: 0.04, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F2F1F1 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 241 | 241 | - |
CMYK | 0 | 0.00 | 0.00 | 0.05 |
HSL | 0º | 0.04% | 0.95% | - |
HSV(B) | 0º | 0% | 0.95% | - |
XYZ | 83.95 | 88.14 | 95.81 | - |
YUV | 241.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 241 | 241 | 0 | 0.00 | 0.00 | 0.05 | 0 | 0.04 | 0.95 |
Hex | F2 | F1 | F1 | 0 | 0 | 0 | 5 | 0 | 4 | 5F |
Octal | 362 | 361 | 361 | 0 | 0 | 0 | 5 | 0 | 4 | 137 |
Binary | 11110010 | 11110001 | 11110001 | 0 | 0 | 0 | 101 | 0 | 100 | 1011111 |
Color Harmonies of #F2F1F1
Complementary color
Monochromatic Colors of #F2F1F1
Black with #F2F1F1
Text Example
Text Example
White with #F2F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1F1; }
p { color: rgb(242,241,241); }
H1.HeaderClassName
{
color: #F2F1F1;
}
.AnyTagClassName
{
color: #F2F1F1;
}
</style>
background-color css
<style>
a { background-color: #F2F1F1; }
a { background-color: rgb(242,241,241); }
div.DivClassName
{
background-color: #F2F1F1;
}
.BgClassName
{
background-color: #F2F1F1;
}
</style>
border-color css
<style>
span { border-color: #F2F1F1; }
span { border-color: rgb(242,241,241); }
td.TdClassName
{
border-color: #F2F1F1;
}
.TagClassName
{
border-color: #F2F1F1;
}
</style>