Shades of Lavender Rose #FEACE0
Tints of Lavender Rose #FEACE0
RGB
CMYK
RGB Variations
Color information
#FEACE0 (or 0xFEACE0) is known color: Lavender Rose. HEX triplet: FE, AC and E0. RGB value is (254,172,224). Sum of RGB (Red+Green+Blue) = 254+172+224=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACE0 is #01531F. Grayscale: #CACACA. Windows color (decimal): -86816 or 14724350. OLE color: 14724350.
HSL color Cylindrical-coordinate representation of color #FEACE0: hue angle of 321.95º 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 #FEACE0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 224 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.00 |
| HSL | 321.95º | 0.98% | 0.84% | - |
| HSV(B) | 321.95º | 0.32% | 1% | - |
| XYZ | 69.08 | 55.96 | 77.68 | - |
| YUV | 202.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 224 | 0 | 0.32 | 0.12 | 0.00 | 321.95 | 0.98 | 0.84 |
| Hex | FE | AC | E0 | 0 | 20 | C | 0 | 142 | 62 | 54 |
| Octal | 376 | 254 | 340 | 0 | 40 | 14 | 0 | 502 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11100000 | 0 | 100000 | 1100 | 0 | 101000010 | 1100010 | 1010100 |
Color Harmonies of #FEACE0
Complementary color
Monochromatic Colors of #FEACE0
Black with #FEACE0
Text Example
Text Example
White with #FEACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACE0; }
p { color: rgb(254,172,224); }
H1.HeaderClassName
{
color: #FEACE0;
}
.AnyTagClassName
{
color: #FEACE0;
}
</style>
background-color css
<style>
a { background-color: #FEACE0; }
a { background-color: rgb(254,172,224); }
div.DivClassName
{
background-color: #FEACE0;
}
.BgClassName
{
background-color: #FEACE0;
}
</style>
border-color css
<style>
span { border-color: #FEACE0; }
span { border-color: rgb(254,172,224); }
td.TdClassName
{
border-color: #FEACE0;
}
.TagClassName
{
border-color: #FEACE0;
}
</style>