Shades of Lavender Blush #FFECF9
Tints of Lavender Blush #FFECF9
RGB
CMYK
RGB Variations
Color information
#FFECF9 (or 0xFFECF9) is known color: Lavender Blush. HEX triplet: FF, EC and F9. RGB value is (255,236,249). Sum of RGB (Red+Green+Blue) = 255+236+249=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 236 (92.58% from 255 or 31.89% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECF9 is #001306. Grayscale: #F3F3F3. Windows color (decimal): -4871 or 16379135. OLE color: 16379135.
HSL color Cylindrical-coordinate representation of color #FFECF9: hue angle of 318.95º 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 #FFECF9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 249 | - |
| CMYK | 0 | 0.07 | 0.02 | 0 |
| HSL | 318.95º | 1% | 0.96% | - |
| HSV(B) | 318.95º | 0.07% | 1% | - |
| XYZ | 88.33 | 88.09 | 101.97 | - |
| YUV | 243.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 249 | 0 | 0.07 | 0.02 | 0 | 318.95 | 1 | 0.96 |
| Hex | FF | EC | F9 | 0 | 7 | 2 | 0 | 13F | 64 | 60 |
| Octal | 377 | 354 | 371 | 0 | 7 | 2 | 0 | 477 | 144 | 140 |
| Binary | 11111111 | 11101100 | 11111001 | 0 | 111 | 10 | 0 | 100111111 | 1100100 | 1100000 |
Color Harmonies of #FFECF9
Complementary color
Monochromatic Colors of #FFECF9
Black with #FFECF9
Text Example
Text Example
White with #FFECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECF9; }
p { color: rgb(255,236,249); }
H1.HeaderClassName
{
color: #FFECF9;
}
.AnyTagClassName
{
color: #FFECF9;
}
</style>
background-color css
<style>
a { background-color: #FFECF9; }
a { background-color: rgb(255,236,249); }
div.DivClassName
{
background-color: #FFECF9;
}
.BgClassName
{
background-color: #FFECF9;
}
</style>
border-color css
<style>
span { border-color: #FFECF9; }
span { border-color: rgb(255,236,249); }
td.TdClassName
{
border-color: #FFECF9;
}
.TagClassName
{
border-color: #FFECF9;
}
</style>