Shades of Lavender Blush #FFE4F6
Tints of Lavender Blush #FFE4F6
RGB
CMYK
RGB Variations
Color information
#FFE4F6 (or 0xFFE4F6) is known color: Lavender Blush. HEX triplet: FF, E4 and F6. RGB value is (255,228,246). Sum of RGB (Red+Green+Blue) = 255+228+246=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 228 (89.45% from 255 or 31.28% from 729); Blue value is 246 (96.48% from 255 or 33.74% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4F6 is #001B09. Grayscale: #EEEEEE. Windows color (decimal): -6922 or 16180479. OLE color: 16180479.
HSL color Cylindrical-coordinate representation of color #FFE4F6: hue angle of 320º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE4F6 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 246 | - |
| CMYK | 0 | 0.11 | 0.04 | 0 |
| HSL | 320º | 1% | 0.95% | - |
| HSV(B) | 320º | 0.11% | 1% | - |
| XYZ | 85.62 | 83.4 | 98.77 | - |
| YUV | 238.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 246 | 0 | 0.11 | 0.04 | 0 | 320 | 1 | 0.95 |
| Hex | FF | E4 | F6 | 0 | B | 4 | 0 | 140 | 64 | 5F |
| Octal | 377 | 344 | 366 | 0 | 13 | 4 | 0 | 500 | 144 | 137 |
| Binary | 11111111 | 11100100 | 11110110 | 0 | 1011 | 100 | 0 | 101000000 | 1100100 | 1011111 |
Color Harmonies of #FFE4F6
Complementary color
Monochromatic Colors of #FFE4F6
Black with #FFE4F6
Text Example
Text Example
White with #FFE4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4F6; }
p { color: rgb(255,228,246); }
H1.HeaderClassName
{
color: #FFE4F6;
}
.AnyTagClassName
{
color: #FFE4F6;
}
</style>
background-color css
<style>
a { background-color: #FFE4F6; }
a { background-color: rgb(255,228,246); }
div.DivClassName
{
background-color: #FFE4F6;
}
.BgClassName
{
background-color: #FFE4F6;
}
</style>
border-color css
<style>
span { border-color: #FFE4F6; }
span { border-color: rgb(255,228,246); }
td.TdClassName
{
border-color: #FFE4F6;
}
.TagClassName
{
border-color: #FFE4F6;
}
</style>