Shades of Lavender Blush #FFECF4
Tints of Lavender Blush #FFECF4
RGB
CMYK
RGB Variations
Color information
#FFECF4 (or 0xFFECF4) is known color: Lavender Blush. HEX triplet: FF, EC and F4. RGB value is (255,236,244). Sum of RGB (Red+Green+Blue) = 255+236+244=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 236 (92.58% from 255 or 32.11% from 735); Blue value is 244 (95.70% from 255 or 33.20% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECF4 is #00130B. Grayscale: #F2F2F2. Windows color (decimal): -4876 or 16051455. OLE color: 16051455.
HSL color Cylindrical-coordinate representation of color #FFECF4: hue angle of 334.74º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFECF4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 244 | - |
| CMYK | 0 | 0.07 | 0.04 | 0 |
| HSL | 334.74º | 1% | 0.96% | - |
| HSV(B) | 334.74º | 0.07% | 1% | - |
| XYZ | 87.56 | 87.78 | 97.92 | - |
| YUV | 242.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 244 | 0 | 0.07 | 0.04 | 0 | 334.74 | 1 | 0.96 |
| Hex | FF | EC | F4 | 0 | 7 | 4 | 0 | 14F | 64 | 60 |
| Octal | 377 | 354 | 364 | 0 | 7 | 4 | 0 | 517 | 144 | 140 |
| Binary | 11111111 | 11101100 | 11110100 | 0 | 111 | 100 | 0 | 101001111 | 1100100 | 1100000 |
Color Harmonies of #FFECF4
Complementary color
Monochromatic Colors of #FFECF4
Black with #FFECF4
Text Example
Text Example
White with #FFECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECF4; }
p { color: rgb(255,236,244); }
H1.HeaderClassName
{
color: #FFECF4;
}
.AnyTagClassName
{
color: #FFECF4;
}
</style>
background-color css
<style>
a { background-color: #FFECF4; }
a { background-color: rgb(255,236,244); }
div.DivClassName
{
background-color: #FFECF4;
}
.BgClassName
{
background-color: #FFECF4;
}
</style>
border-color css
<style>
span { border-color: #FFECF4; }
span { border-color: rgb(255,236,244); }
td.TdClassName
{
border-color: #FFECF4;
}
.TagClassName
{
border-color: #FFECF4;
}
</style>