Shades of Lavender Blush #FFF1F6
Tints of Lavender Blush #FFF1F6
RGB
CMYK
RGB Variations
Color information
#FFF1F6 (or 0xFFF1F6) is known color: Lavender Blush. HEX triplet: FF, F1 and F6. RGB value is (255,241,246). Sum of RGB (Red+Green+Blue) = 255+241+246=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 241 (94.53% from 255 or 32.48% from 742); Blue value is 246 (96.48% from 255 or 33.15% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1F6 is #000E09. Grayscale: #F5F5F5. Windows color (decimal): -3594 or 16183807. OLE color: 16183807.
HSL color Cylindrical-coordinate representation of color #FFF1F6: hue angle of 338.57º 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 #FFF1F6 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 246 | - |
| CMYK | 0 | 0.05 | 0.04 | 0 |
| HSL | 338.57º | 1% | 0.97% | - |
| HSV(B) | 338.57º | 0.05% | 1% | - |
| XYZ | 89.33 | 90.82 | 100.01 | - |
| YUV | 245.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 246 | 0 | 0.05 | 0.04 | 0 | 338.57 | 1 | 0.97 |
| Hex | FF | F1 | F6 | 0 | 5 | 4 | 0 | 153 | 64 | 61 |
| Octal | 377 | 361 | 366 | 0 | 5 | 4 | 0 | 523 | 144 | 141 |
| Binary | 11111111 | 11110001 | 11110110 | 0 | 101 | 100 | 0 | 101010011 | 1100100 | 1100001 |
Color Harmonies of #FFF1F6
Complementary color
Monochromatic Colors of #FFF1F6
Black with #FFF1F6
Text Example
Text Example
White with #FFF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1F6; }
p { color: rgb(255,241,246); }
H1.HeaderClassName
{
color: #FFF1F6;
}
.AnyTagClassName
{
color: #FFF1F6;
}
</style>
background-color css
<style>
a { background-color: #FFF1F6; }
a { background-color: rgb(255,241,246); }
div.DivClassName
{
background-color: #FFF1F6;
}
.BgClassName
{
background-color: #FFF1F6;
}
</style>
border-color css
<style>
span { border-color: #FFF1F6; }
span { border-color: rgb(255,241,246); }
td.TdClassName
{
border-color: #FFF1F6;
}
.TagClassName
{
border-color: #FFF1F6;
}
</style>