Shades of Lavender Rose #FEACF5
Tints of Lavender Rose #FEACF5
RGB
CMYK
RGB Variations
Color information
#FEACF5 (or 0xFEACF5) is known color: Lavender Rose. HEX triplet: FE, AC and F5. RGB value is (254,172,245). Sum of RGB (Red+Green+Blue) = 254+172+245=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF5 is #01530A. Grayscale: #CCCCCC. Windows color (decimal): -86795 or 16100606. OLE color: 16100606.
HSL color Cylindrical-coordinate representation of color #FEACF5: hue angle of 306.59º 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 #FEACF5 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 245 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.00 |
| HSL | 306.59º | 0.98% | 0.84% | - |
| HSV(B) | 306.59º | 0.32% | 1% | - |
| XYZ | 72.11 | 57.17 | 93.62 | - |
| YUV | 204.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 245 | 0 | 0.32 | 0.04 | 0.00 | 306.59 | 0.98 | 0.84 |
| Hex | FE | AC | F5 | 0 | 20 | 4 | 0 | 133 | 62 | 54 |
| Octal | 376 | 254 | 365 | 0 | 40 | 4 | 0 | 463 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11110101 | 0 | 100000 | 100 | 0 | 100110011 | 1100010 | 1010100 |
Color Harmonies of #FEACF5
Complementary color
Monochromatic Colors of #FEACF5
Black with #FEACF5
Text Example
Text Example
White with #FEACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACF5; }
p { color: rgb(254,172,245); }
H1.HeaderClassName
{
color: #FEACF5;
}
.AnyTagClassName
{
color: #FEACF5;
}
</style>
background-color css
<style>
a { background-color: #FEACF5; }
a { background-color: rgb(254,172,245); }
div.DivClassName
{
background-color: #FEACF5;
}
.BgClassName
{
background-color: #FEACF5;
}
</style>
border-color css
<style>
span { border-color: #FEACF5; }
span { border-color: rgb(254,172,245); }
td.TdClassName
{
border-color: #FEACF5;
}
.TagClassName
{
border-color: #FEACF5;
}
</style>