Shades of Lavender Blush #FEECF6
Tints of Lavender Blush #FEECF6
RGB
CMYK
RGB Variations
Color information
#FEECF6 (or 0xFEECF6) is known color: Lavender Blush. HEX triplet: FE, EC and F6. RGB value is (254,236,246). Sum of RGB (Red+Green+Blue) = 254+236+246=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 236 (92.58% from 255 or 32.07% from 736); Blue value is 246 (96.48% from 255 or 33.42% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF6 is #011309. Grayscale: #F2F2F2. Windows color (decimal): -70410 or 16182526. OLE color: 16182526.
HSL color Cylindrical-coordinate representation of color #FEECF6: hue angle of 326.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 #FEECF6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 246 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.00 |
| HSL | 326.67º | 0.9% | 0.96% | - |
| HSV(B) | 326.67º | 0.07% | 1% | - |
| XYZ | 87.5 | 87.72 | 99.51 | - |
| YUV | 242.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 246 | 0 | 0.07 | 0.03 | 0.00 | 326.67 | 0.9 | 0.96 |
| Hex | FE | EC | F6 | 0 | 7 | 3 | 0 | 147 | 5A | 60 |
| Octal | 376 | 354 | 366 | 0 | 7 | 3 | 0 | 507 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11110110 | 0 | 111 | 11 | 0 | 101000111 | 1011010 | 1100000 |
Color Harmonies of #FEECF6
Complementary color
Monochromatic Colors of #FEECF6
Black with #FEECF6
Text Example
Text Example
White with #FEECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECF6; }
p { color: rgb(254,236,246); }
H1.HeaderClassName
{
color: #FEECF6;
}
.AnyTagClassName
{
color: #FEECF6;
}
</style>
background-color css
<style>
a { background-color: #FEECF6; }
a { background-color: rgb(254,236,246); }
div.DivClassName
{
background-color: #FEECF6;
}
.BgClassName
{
background-color: #FEECF6;
}
</style>
border-color css
<style>
span { border-color: #FEECF6; }
span { border-color: rgb(254,236,246); }
td.TdClassName
{
border-color: #FEECF6;
}
.TagClassName
{
border-color: #FEECF6;
}
</style>