Shades of White Smoke #FFF2F0
Tints of White Smoke #FFF2F0
RGB
CMYK
RGB Variations
Color information
#FFF2F0 (or 0xFFF2F0) is known color: White Smoke. HEX triplet: FF, F2 and F0. RGB value is (255,242,240). Sum of RGB (Red+Green+Blue) = 255+242+240=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 242 (94.92% from 255 or 32.84% from 737); Blue value is 240 (94.14% from 255 or 32.56% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2F0 is #000D0F. Grayscale: #F5F5F5. Windows color (decimal): -3344 or 15790847. OLE color: 15790847.
HSL color Cylindrical-coordinate representation of color #FFF2F0: hue angle of 8º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF2F0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 240 | - |
| CMYK | 0 | 0.05 | 0.06 | 0 |
| HSL | 8º | 1% | 0.97% | - |
| HSV(B) | 8º | 0.06% | 1% | - |
| XYZ | 88.72 | 91.06 | 95.34 | - |
| YUV | 245.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 240 | 0 | 0.05 | 0.06 | 0 | 8 | 1 | 0.97 |
| Hex | FF | F2 | F0 | 0 | 5 | 6 | 0 | 8 | 64 | 61 |
| Octal | 377 | 362 | 360 | 0 | 5 | 6 | 0 | 10 | 144 | 141 |
| Binary | 11111111 | 11110010 | 11110000 | 0 | 101 | 110 | 0 | 1000 | 1100100 | 1100001 |
Color Harmonies of #FFF2F0
Complementary color
Monochromatic Colors of #FFF2F0
Black with #FFF2F0
Text Example
Text Example
White with #FFF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2F0; }
p { color: rgb(255,242,240); }
H1.HeaderClassName
{
color: #FFF2F0;
}
.AnyTagClassName
{
color: #FFF2F0;
}
</style>
background-color css
<style>
a { background-color: #FFF2F0; }
a { background-color: rgb(255,242,240); }
div.DivClassName
{
background-color: #FFF2F0;
}
.BgClassName
{
background-color: #FFF2F0;
}
</style>
border-color css
<style>
span { border-color: #FFF2F0; }
span { border-color: rgb(255,242,240); }
td.TdClassName
{
border-color: #FFF2F0;
}
.TagClassName
{
border-color: #FFF2F0;
}
</style>