Shades of Lavender Rose #FEACEA
Tints of Lavender Rose #FEACEA
RGB
CMYK
RGB Variations
Color information
#FEACEA (or 0xFEACEA) is known color: Lavender Rose. HEX triplet: FE, AC and EA. RGB value is (254,172,234). Sum of RGB (Red+Green+Blue) = 254+172+234=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACEA is #015315. Grayscale: #CBCBCB. Windows color (decimal): -86806 or 15379710. OLE color: 15379710.
HSL color Cylindrical-coordinate representation of color #FEACEA: hue angle of 314.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACEA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 234 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.00 |
| HSL | 314.63º | 0.98% | 0.84% | - |
| HSV(B) | 314.63º | 0.32% | 1% | - |
| XYZ | 70.48 | 56.52 | 85.04 | - |
| YUV | 203.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 234 | 0 | 0.32 | 0.08 | 0.00 | 314.63 | 0.98 | 0.84 |
| Hex | FE | AC | EA | 0 | 20 | 8 | 0 | 13B | 62 | 54 |
| Octal | 376 | 254 | 352 | 0 | 40 | 10 | 0 | 473 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11101010 | 0 | 100000 | 1000 | 0 | 100111011 | 1100010 | 1010100 |
Color Harmonies of #FEACEA
Complementary color
Monochromatic Colors of #FEACEA
Black with #FEACEA
Text Example
Text Example
White with #FEACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACEA; }
p { color: rgb(254,172,234); }
H1.HeaderClassName
{
color: #FEACEA;
}
.AnyTagClassName
{
color: #FEACEA;
}
</style>
background-color css
<style>
a { background-color: #FEACEA; }
a { background-color: rgb(254,172,234); }
div.DivClassName
{
background-color: #FEACEA;
}
.BgClassName
{
background-color: #FEACEA;
}
</style>
border-color css
<style>
span { border-color: #FEACEA; }
span { border-color: rgb(254,172,234); }
td.TdClassName
{
border-color: #FEACEA;
}
.TagClassName
{
border-color: #FEACEA;
}
</style>