Shades of Lavender Blush #FEECF2
Tints of Lavender Blush #FEECF2
RGB
CMYK
RGB Variations
Color information
#FEECF2 (or 0xFEECF2) is known color: Lavender Blush. HEX triplet: FE, EC and F2. RGB value is (254,236,242). Sum of RGB (Red+Green+Blue) = 254+236+242=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF2 is #01130D. Grayscale: #F2F2F2. Windows color (decimal): -70414 or 15920382. OLE color: 15920382.
HSL color Cylindrical-coordinate representation of color #FEECF2: hue angle of 340º 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 #FEECF2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 242 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.00 |
| HSL | 340º | 0.9% | 0.96% | - |
| HSV(B) | 340º | 0.07% | 1% | - |
| XYZ | 86.9 | 87.47 | 96.31 | - |
| YUV | 242.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 242 | 0 | 0.07 | 0.05 | 0.00 | 340 | 0.9 | 0.96 |
| Hex | FE | EC | F2 | 0 | 7 | 5 | 0 | 154 | 5A | 60 |
| Octal | 376 | 354 | 362 | 0 | 7 | 5 | 0 | 524 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11110010 | 0 | 111 | 101 | 0 | 101010100 | 1011010 | 1100000 |
Color Harmonies of #FEECF2
Complementary color
Monochromatic Colors of #FEECF2
Black with #FEECF2
Text Example
Text Example
White with #FEECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECF2; }
p { color: rgb(254,236,242); }
H1.HeaderClassName
{
color: #FEECF2;
}
.AnyTagClassName
{
color: #FEECF2;
}
</style>
background-color css
<style>
a { background-color: #FEECF2; }
a { background-color: rgb(254,236,242); }
div.DivClassName
{
background-color: #FEECF2;
}
.BgClassName
{
background-color: #FEECF2;
}
</style>
border-color css
<style>
span { border-color: #FEECF2; }
span { border-color: rgb(254,236,242); }
td.TdClassName
{
border-color: #FEECF2;
}
.TagClassName
{
border-color: #FEECF2;
}
</style>