Shades of White Smoke #FFF2F1
Tints of White Smoke #FFF2F1
RGB
CMYK
RGB Variations
Color information
#FFF2F1 (or 0xFFF2F1) is known color: White Smoke. HEX triplet: FF, F2 and F1. RGB value is (255,242,241). Sum of RGB (Red+Green+Blue) = 255+242+241=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 242 (94.92% from 255 or 32.79% from 738); Blue value is 241 (94.53% from 255 or 32.66% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2F1 is #000D0E. Grayscale: #F5F5F5. Windows color (decimal): -3343 or 15856383. OLE color: 15856383.
HSL color Cylindrical-coordinate representation of color #FFF2F1: hue angle of 4.29º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF2F1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 241 | - |
| CMYK | 0 | 0.05 | 0.05 | 0 |
| HSL | 4.29º | 1% | 0.97% | - |
| HSV(B) | 4.29º | 0.05% | 1% | - |
| XYZ | 88.87 | 91.12 | 96.12 | - |
| YUV | 245.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 241 | 0 | 0.05 | 0.05 | 0 | 4.29 | 1 | 0.97 |
| Hex | FF | F2 | F1 | 0 | 5 | 5 | 0 | 4 | 64 | 61 |
| Octal | 377 | 362 | 361 | 0 | 5 | 5 | 0 | 4 | 144 | 141 |
| Binary | 11111111 | 11110010 | 11110001 | 0 | 101 | 101 | 0 | 100 | 1100100 | 1100001 |
Color Harmonies of #FFF2F1
Complementary color
Monochromatic Colors of #FFF2F1
Black with #FFF2F1
Text Example
Text Example
White with #FFF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2F1; }
p { color: rgb(255,242,241); }
H1.HeaderClassName
{
color: #FFF2F1;
}
.AnyTagClassName
{
color: #FFF2F1;
}
</style>
background-color css
<style>
a { background-color: #FFF2F1; }
a { background-color: rgb(255,242,241); }
div.DivClassName
{
background-color: #FFF2F1;
}
.BgClassName
{
background-color: #FFF2F1;
}
</style>
border-color css
<style>
span { border-color: #FFF2F1; }
span { border-color: rgb(255,242,241); }
td.TdClassName
{
border-color: #FFF2F1;
}
.TagClassName
{
border-color: #FFF2F1;
}
</style>