Shades of White Smoke #F3F2F2
Tints of White Smoke #F3F2F2
RGB
CMYK
RGB Variations
Color information
#F3F2F2 (or 0xF3F2F2) is known color: White Smoke. HEX triplet: F3, F2 and F2. RGB value is (243,242,242). Sum of RGB (Red+Green+Blue) = 243+242+242=727 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.43% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F2F2 is #0C0D0D. Grayscale: #F2F2F2. Windows color (decimal): -789774 or 15921907. OLE color: 15921907.
HSL color Cylindrical-coordinate representation of color #F3F2F2: 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 #F3F2F2 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 242 | 242 | - |
CMYK | 0 | 0.00 | 0.00 | 0.05 |
HSL | 0º | 0.04% | 0.95% | - |
HSV(B) | 0º | 0% | 0.95% | - |
XYZ | 84.74 | 88.97 | 96.71 | - |
YUV | 242.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 242 | 242 | 0 | 0.00 | 0.00 | 0.05 | 0 | 0.04 | 0.95 |
Hex | F3 | F2 | F2 | 0 | 0 | 0 | 5 | 0 | 4 | 5F |
Octal | 363 | 362 | 362 | 0 | 0 | 0 | 5 | 0 | 4 | 137 |
Binary | 11110011 | 11110010 | 11110010 | 0 | 0 | 0 | 101 | 0 | 100 | 1011111 |
Color Harmonies of #F3F2F2
Complementary color
Monochromatic Colors of #F3F2F2
Black with #F3F2F2
Text Example
Text Example
White with #F3F2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2F2; }
p { color: rgb(243,242,242); }
H1.HeaderClassName
{
color: #F3F2F2;
}
.AnyTagClassName
{
color: #F3F2F2;
}
</style>
background-color css
<style>
a { background-color: #F3F2F2; }
a { background-color: rgb(243,242,242); }
div.DivClassName
{
background-color: #F3F2F2;
}
.BgClassName
{
background-color: #F3F2F2;
}
</style>
border-color css
<style>
span { border-color: #F3F2F2; }
span { border-color: rgb(243,242,242); }
td.TdClassName
{
border-color: #F3F2F2;
}
.TagClassName
{
border-color: #F3F2F2;
}
</style>