Shades of Lavender Rose #FEACE8
Tints of Lavender Rose #FEACE8
RGB
CMYK
RGB Variations
Color information
#FEACE8 (or 0xFEACE8) is known color: Lavender Rose. HEX triplet: FE, AC and E8. RGB value is (254,172,232). Sum of RGB (Red+Green+Blue) = 254+172+232=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACE8 is #015317. Grayscale: #CBCBCB. Windows color (decimal): -86808 or 15248638. OLE color: 15248638.
HSL color Cylindrical-coordinate representation of color #FEACE8: hue angle of 316.1º 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 #FEACE8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 232 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.00 |
| HSL | 316.1º | 0.98% | 0.84% | - |
| HSV(B) | 316.1º | 0.32% | 1% | - |
| XYZ | 70.19 | 56.4 | 83.53 | - |
| YUV | 203.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 232 | 0 | 0.32 | 0.09 | 0.00 | 316.1 | 0.98 | 0.84 |
| Hex | FE | AC | E8 | 0 | 20 | 9 | 0 | 13C | 62 | 54 |
| Octal | 376 | 254 | 350 | 0 | 40 | 11 | 0 | 474 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11101000 | 0 | 100000 | 1001 | 0 | 100111100 | 1100010 | 1010100 |
Color Harmonies of #FEACE8
Complementary color
Monochromatic Colors of #FEACE8
Black with #FEACE8
Text Example
Text Example
White with #FEACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACE8; }
p { color: rgb(254,172,232); }
H1.HeaderClassName
{
color: #FEACE8;
}
.AnyTagClassName
{
color: #FEACE8;
}
</style>
background-color css
<style>
a { background-color: #FEACE8; }
a { background-color: rgb(254,172,232); }
div.DivClassName
{
background-color: #FEACE8;
}
.BgClassName
{
background-color: #FEACE8;
}
</style>
border-color css
<style>
span { border-color: #FEACE8; }
span { border-color: rgb(254,172,232); }
td.TdClassName
{
border-color: #FEACE8;
}
.TagClassName
{
border-color: #FEACE8;
}
</style>