Shades of Lavender Rose #FEACF0
Tints of Lavender Rose #FEACF0
RGB
CMYK
RGB Variations
Color information
#FEACF0 (or 0xFEACF0) is known color: Lavender Rose. HEX triplet: FE, AC and F0. RGB value is (254,172,240). Sum of RGB (Red+Green+Blue) = 254+172+240=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF0 is #01530F. Grayscale: #CCCCCC. Windows color (decimal): -86800 or 15772926. OLE color: 15772926.
HSL color Cylindrical-coordinate representation of color #FEACF0: hue angle of 310.24º 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 #FEACF0 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 240 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.00 |
| HSL | 310.24º | 0.98% | 0.84% | - |
| HSV(B) | 310.24º | 0.32% | 1% | - |
| XYZ | 71.35 | 56.87 | 89.65 | - |
| YUV | 204.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 240 | 0 | 0.32 | 0.06 | 0.00 | 310.24 | 0.98 | 0.84 |
| Hex | FE | AC | F0 | 0 | 20 | 6 | 0 | 136 | 62 | 54 |
| Octal | 376 | 254 | 360 | 0 | 40 | 6 | 0 | 466 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11110000 | 0 | 100000 | 110 | 0 | 100110110 | 1100010 | 1010100 |
Color Harmonies of #FEACF0
Complementary color
Monochromatic Colors of #FEACF0
Black with #FEACF0
Text Example
Text Example
White with #FEACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACF0; }
p { color: rgb(254,172,240); }
H1.HeaderClassName
{
color: #FEACF0;
}
.AnyTagClassName
{
color: #FEACF0;
}
</style>
background-color css
<style>
a { background-color: #FEACF0; }
a { background-color: rgb(254,172,240); }
div.DivClassName
{
background-color: #FEACF0;
}
.BgClassName
{
background-color: #FEACF0;
}
</style>
border-color css
<style>
span { border-color: #FEACF0; }
span { border-color: rgb(254,172,240); }
td.TdClassName
{
border-color: #FEACF0;
}
.TagClassName
{
border-color: #FEACF0;
}
</style>