Shades of Lavender Blush #FEECF7
Tints of Lavender Blush #FEECF7
RGB
CMYK
RGB Variations
Color information
#FEECF7 (or 0xFEECF7) is known color: Lavender Blush. HEX triplet: FE, EC and F7. RGB value is (254,236,247). Sum of RGB (Red+Green+Blue) = 254+236+247=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 236 (92.58% from 255 or 32.02% from 737); Blue value is 247 (96.88% from 255 or 33.51% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECF7 is #011308. Grayscale: #F2F2F2. Windows color (decimal): -70409 or 16248062. OLE color: 16248062.
HSL color Cylindrical-coordinate representation of color #FEECF7: hue angle of 323.33º 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 #FEECF7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 247 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.00 |
| HSL | 323.33º | 0.9% | 0.96% | - |
| HSV(B) | 323.33º | 0.07% | 1% | - |
| XYZ | 87.66 | 87.78 | 100.32 | - |
| YUV | 242.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 247 | 0 | 0.07 | 0.03 | 0.00 | 323.33 | 0.9 | 0.96 |
| Hex | FE | EC | F7 | 0 | 7 | 3 | 0 | 143 | 5A | 60 |
| Octal | 376 | 354 | 367 | 0 | 7 | 3 | 0 | 503 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11110111 | 0 | 111 | 11 | 0 | 101000011 | 1011010 | 1100000 |
Color Harmonies of #FEECF7
Complementary color
Monochromatic Colors of #FEECF7
Black with #FEECF7
Text Example
Text Example
White with #FEECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECF7; }
p { color: rgb(254,236,247); }
H1.HeaderClassName
{
color: #FEECF7;
}
.AnyTagClassName
{
color: #FEECF7;
}
</style>
background-color css
<style>
a { background-color: #FEECF7; }
a { background-color: rgb(254,236,247); }
div.DivClassName
{
background-color: #FEECF7;
}
.BgClassName
{
background-color: #FEECF7;
}
</style>
border-color css
<style>
span { border-color: #FEECF7; }
span { border-color: rgb(254,236,247); }
td.TdClassName
{
border-color: #FEECF7;
}
.TagClassName
{
border-color: #FEECF7;
}
</style>