Shades of Lavender Blush #FFE6F6
Tints of Lavender Blush #FFE6F6
RGB
CMYK
RGB Variations
Color information
#FFE6F6 (or 0xFFE6F6) is known color: Lavender Blush. HEX triplet: FF, E6 and F6. RGB value is (255,230,246). Sum of RGB (Red+Green+Blue) = 255+230+246=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 230 (90.23% from 255 or 31.46% from 731); Blue value is 246 (96.48% from 255 or 33.65% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F6 is #001909. Grayscale: #EFEFEF. Windows color (decimal): -6410 or 16180991. OLE color: 16180991.
HSL color Cylindrical-coordinate representation of color #FFE6F6: hue angle of 321.6º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE6F6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 246 | - |
| CMYK | 0 | 0.10 | 0.04 | 0 |
| HSL | 321.6º | 1% | 0.95% | - |
| HSV(B) | 321.6º | 0.1% | 1% | - |
| XYZ | 86.17 | 84.51 | 98.96 | - |
| YUV | 239.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 246 | 0 | 0.10 | 0.04 | 0 | 321.6 | 1 | 0.95 |
| Hex | FF | E6 | F6 | 0 | A | 4 | 0 | 142 | 64 | 5F |
| Octal | 377 | 346 | 366 | 0 | 12 | 4 | 0 | 502 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11110110 | 0 | 1010 | 100 | 0 | 101000010 | 1100100 | 1011111 |
Color Harmonies of #FFE6F6
Complementary color
Monochromatic Colors of #FFE6F6
Black with #FFE6F6
Text Example
Text Example
White with #FFE6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6F6; }
p { color: rgb(255,230,246); }
H1.HeaderClassName
{
color: #FFE6F6;
}
.AnyTagClassName
{
color: #FFE6F6;
}
</style>
background-color css
<style>
a { background-color: #FFE6F6; }
a { background-color: rgb(255,230,246); }
div.DivClassName
{
background-color: #FFE6F6;
}
.BgClassName
{
background-color: #FFE6F6;
}
</style>
border-color css
<style>
span { border-color: #FFE6F6; }
span { border-color: rgb(255,230,246); }
td.TdClassName
{
border-color: #FFE6F6;
}
.TagClassName
{
border-color: #FFE6F6;
}
</style>