Shades of White Smoke #FFF1F1
Tints of White Smoke #FFF1F1
RGB
CMYK
RGB Variations
Color information
#FFF1F1 (or 0xFFF1F1) is known color: White Smoke. HEX triplet: FF, F1 and F1. RGB value is (255,241,241). Sum of RGB (Red+Green+Blue) = 255+241+241=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 241 (94.53% from 255 or 32.70% from 737); Blue value is 241 (94.53% from 255 or 32.70% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1F1 is #000E0E. Grayscale: #F5F5F5. Windows color (decimal): -3599 or 15856127. OLE color: 15856127.
HSL color Cylindrical-coordinate representation of color #FFF1F1: hue angle of 0º 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 #FFF1F1 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 241 | - |
| CMYK | 0 | 0.05 | 0.05 | 0 |
| HSL | 0º | 1% | 0.97% | - |
| HSV(B) | 0º | 0.05% | 1% | - |
| XYZ | 88.57 | 90.52 | 96.02 | - |
| YUV | 245.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 241 | 0 | 0.05 | 0.05 | 0 | 0 | 1 | 0.97 |
| Hex | FF | F1 | F1 | 0 | 5 | 5 | 0 | 0 | 64 | 61 |
| Octal | 377 | 361 | 361 | 0 | 5 | 5 | 0 | 0 | 144 | 141 |
| Binary | 11111111 | 11110001 | 11110001 | 0 | 101 | 101 | 0 | 0 | 1100100 | 1100001 |
Color Harmonies of #FFF1F1
Complementary color
Monochromatic Colors of #FFF1F1
Black with #FFF1F1
Text Example
Text Example
White with #FFF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1F1; }
p { color: rgb(255,241,241); }
H1.HeaderClassName
{
color: #FFF1F1;
}
.AnyTagClassName
{
color: #FFF1F1;
}
</style>
background-color css
<style>
a { background-color: #FFF1F1; }
a { background-color: rgb(255,241,241); }
div.DivClassName
{
background-color: #FFF1F1;
}
.BgClassName
{
background-color: #FFF1F1;
}
</style>
border-color css
<style>
span { border-color: #FFF1F1; }
span { border-color: rgb(255,241,241); }
td.TdClassName
{
border-color: #FFF1F1;
}
.TagClassName
{
border-color: #FFF1F1;
}
</style>