Shades of Lavender Blush #FEECF0
Tints of Lavender Blush #FEECF0
RGB
CMYK
RGB Variations
Color information
#FEECF0 (or 0xFEECF0) is known color: Lavender Blush. HEX triplet: FE, EC and F0. RGB value is (254,236,240). Sum of RGB (Red+Green+Blue) = 254+236+240=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF0 is #01130F. Grayscale: #F1F1F1. Windows color (decimal): -70416 or 15789310. OLE color: 15789310.
HSL color Cylindrical-coordinate representation of color #FEECF0: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEECF0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 240 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.00 |
| HSL | 346.67º | 0.9% | 0.96% | - |
| HSV(B) | 346.67º | 0.07% | 1% | - |
| XYZ | 86.6 | 87.35 | 94.73 | - |
| YUV | 241.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 240 | 0 | 0.07 | 0.06 | 0.00 | 346.67 | 0.9 | 0.96 |
| Hex | FE | EC | F0 | 0 | 7 | 6 | 0 | 15B | 5A | 60 |
| Octal | 376 | 354 | 360 | 0 | 7 | 6 | 0 | 533 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11110000 | 0 | 111 | 110 | 0 | 101011011 | 1011010 | 1100000 |
Color Harmonies of #FEECF0
Complementary color
Monochromatic Colors of #FEECF0
Black with #FEECF0
Text Example
Text Example
White with #FEECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECF0; }
p { color: rgb(254,236,240); }
H1.HeaderClassName
{
color: #FEECF0;
}
.AnyTagClassName
{
color: #FEECF0;
}
</style>
background-color css
<style>
a { background-color: #FEECF0; }
a { background-color: rgb(254,236,240); }
div.DivClassName
{
background-color: #FEECF0;
}
.BgClassName
{
background-color: #FEECF0;
}
</style>
border-color css
<style>
span { border-color: #FEECF0; }
span { border-color: rgb(254,236,240); }
td.TdClassName
{
border-color: #FEECF0;
}
.TagClassName
{
border-color: #FEECF0;
}
</style>