Shades of Lavender Rose #FEACE1
Tints of Lavender Rose #FEACE1
RGB
CMYK
RGB Variations
Color information
#FEACE1 (or 0xFEACE1) is known color: Lavender Rose. HEX triplet: FE, AC and E1. RGB value is (254,172,225). Sum of RGB (Red+Green+Blue) = 254+172+225=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACE1 is #01531E. Grayscale: #CACACA. Windows color (decimal): -86815 or 14789886. OLE color: 14789886.
HSL color Cylindrical-coordinate representation of color #FEACE1: hue angle of 321.22º 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 #FEACE1 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 225 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.00 |
| HSL | 321.22º | 0.98% | 0.84% | - |
| HSV(B) | 321.22º | 0.32% | 1% | - |
| XYZ | 69.22 | 56.01 | 78.4 | - |
| YUV | 202.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 225 | 0 | 0.32 | 0.11 | 0.00 | 321.22 | 0.98 | 0.84 |
| Hex | FE | AC | E1 | 0 | 20 | B | 0 | 141 | 62 | 54 |
| Octal | 376 | 254 | 341 | 0 | 40 | 13 | 0 | 501 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11100001 | 0 | 100000 | 1011 | 0 | 101000001 | 1100010 | 1010100 |
Color Harmonies of #FEACE1
Complementary color
Monochromatic Colors of #FEACE1
Black with #FEACE1
Text Example
Text Example
White with #FEACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACE1; }
p { color: rgb(254,172,225); }
H1.HeaderClassName
{
color: #FEACE1;
}
.AnyTagClassName
{
color: #FEACE1;
}
</style>
background-color css
<style>
a { background-color: #FEACE1; }
a { background-color: rgb(254,172,225); }
div.DivClassName
{
background-color: #FEACE1;
}
.BgClassName
{
background-color: #FEACE1;
}
</style>
border-color css
<style>
span { border-color: #FEACE1; }
span { border-color: rgb(254,172,225); }
td.TdClassName
{
border-color: #FEACE1;
}
.TagClassName
{
border-color: #FEACE1;
}
</style>