Shades of Lavender Blush #FFE1F6
Tints of Lavender Blush #FFE1F6
RGB
CMYK
RGB Variations
Color information
#FFE1F6 (or 0xFFE1F6) is known color: Lavender Blush. HEX triplet: FF, E1 and F6. RGB value is (255,225,246). Sum of RGB (Red+Green+Blue) = 255+225+246=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 225 (88.28% from 255 or 30.99% from 726); Blue value is 246 (96.48% from 255 or 33.88% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1F6 is #001E09. Grayscale: #ECECEC. Windows color (decimal): -7690 or 16179711. OLE color: 16179711.
HSL color Cylindrical-coordinate representation of color #FFE1F6: hue angle of 318º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1F6 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 246 | - |
| CMYK | 0 | 0.12 | 0.04 | 0 |
| HSL | 318º | 1% | 0.94% | - |
| HSV(B) | 318º | 0.12% | 1% | - |
| XYZ | 84.8 | 81.76 | 98.5 | - |
| YUV | 236.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 246 | 0 | 0.12 | 0.04 | 0 | 318 | 1 | 0.94 |
| Hex | FF | E1 | F6 | 0 | C | 4 | 0 | 13E | 64 | 5E |
| Octal | 377 | 341 | 366 | 0 | 14 | 4 | 0 | 476 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11110110 | 0 | 1100 | 100 | 0 | 100111110 | 1100100 | 1011110 |
Color Harmonies of #FFE1F6
Complementary color
Monochromatic Colors of #FFE1F6
Black with #FFE1F6
Text Example
Text Example
White with #FFE1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1F6; }
p { color: rgb(255,225,246); }
H1.HeaderClassName
{
color: #FFE1F6;
}
.AnyTagClassName
{
color: #FFE1F6;
}
</style>
background-color css
<style>
a { background-color: #FFE1F6; }
a { background-color: rgb(255,225,246); }
div.DivClassName
{
background-color: #FFE1F6;
}
.BgClassName
{
background-color: #FFE1F6;
}
</style>
border-color css
<style>
span { border-color: #FFE1F6; }
span { border-color: rgb(255,225,246); }
td.TdClassName
{
border-color: #FFE1F6;
}
.TagClassName
{
border-color: #FFE1F6;
}
</style>