Shades of Lavender Rose #FEACF4
Tints of Lavender Rose #FEACF4
RGB
CMYK
RGB Variations
Color information
#FEACF4 (or 0xFEACF4) is known color: Lavender Rose. HEX triplet: FE, AC and F4. RGB value is (254,172,244). Sum of RGB (Red+Green+Blue) = 254+172+244=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 172 (67.58% from 255 or 25.67% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF4 is #01530B. Grayscale: #CCCCCC. Windows color (decimal): -86796 or 16035070. OLE color: 16035070.
HSL color Cylindrical-coordinate representation of color #FEACF4: hue angle of 307.32º 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 #FEACF4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 244 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.00 |
| HSL | 307.32º | 0.98% | 0.84% | - |
| HSV(B) | 307.32º | 0.32% | 1% | - |
| XYZ | 71.95 | 57.11 | 92.82 | - |
| YUV | 204.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 244 | 0 | 0.32 | 0.04 | 0.00 | 307.32 | 0.98 | 0.84 |
| Hex | FE | AC | F4 | 0 | 20 | 4 | 0 | 133 | 62 | 54 |
| Octal | 376 | 254 | 364 | 0 | 40 | 4 | 0 | 463 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11110100 | 0 | 100000 | 100 | 0 | 100110011 | 1100010 | 1010100 |
Color Harmonies of #FEACF4
Complementary color
Monochromatic Colors of #FEACF4
Black with #FEACF4
Text Example
Text Example
White with #FEACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACF4; }
p { color: rgb(254,172,244); }
H1.HeaderClassName
{
color: #FEACF4;
}
.AnyTagClassName
{
color: #FEACF4;
}
</style>
background-color css
<style>
a { background-color: #FEACF4; }
a { background-color: rgb(254,172,244); }
div.DivClassName
{
background-color: #FEACF4;
}
.BgClassName
{
background-color: #FEACF4;
}
</style>
border-color css
<style>
span { border-color: #FEACF4; }
span { border-color: rgb(254,172,244); }
td.TdClassName
{
border-color: #FEACF4;
}
.TagClassName
{
border-color: #FEACF4;
}
</style>