Shades of Lavender Rose #FEACF7
Tints of Lavender Rose #FEACF7
RGB
CMYK
RGB Variations
Color information
#FEACF7 (or 0xFEACF7) is known color: Lavender Rose. HEX triplet: FE, AC and F7. RGB value is (254,172,247). Sum of RGB (Red+Green+Blue) = 254+172+247=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF7 is #015308. Grayscale: #CCCCCC. Windows color (decimal): -86793 or 16231678. OLE color: 16231678.
HSL color Cylindrical-coordinate representation of color #FEACF7: hue angle of 305.12º 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 #FEACF7 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 247 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.00 |
| HSL | 305.12º | 0.98% | 0.84% | - |
| HSV(B) | 305.12º | 0.32% | 1% | - |
| XYZ | 72.41 | 57.29 | 95.24 | - |
| YUV | 205.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 247 | 0 | 0.32 | 0.03 | 0.00 | 305.12 | 0.98 | 0.84 |
| Hex | FE | AC | F7 | 0 | 20 | 3 | 0 | 131 | 62 | 54 |
| Octal | 376 | 254 | 367 | 0 | 40 | 3 | 0 | 461 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11110111 | 0 | 100000 | 11 | 0 | 100110001 | 1100010 | 1010100 |
Color Harmonies of #FEACF7
Complementary color
Monochromatic Colors of #FEACF7
Black with #FEACF7
Text Example
Text Example
White with #FEACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACF7; }
p { color: rgb(254,172,247); }
H1.HeaderClassName
{
color: #FEACF7;
}
.AnyTagClassName
{
color: #FEACF7;
}
</style>
background-color css
<style>
a { background-color: #FEACF7; }
a { background-color: rgb(254,172,247); }
div.DivClassName
{
background-color: #FEACF7;
}
.BgClassName
{
background-color: #FEACF7;
}
</style>
border-color css
<style>
span { border-color: #FEACF7; }
span { border-color: rgb(254,172,247); }
td.TdClassName
{
border-color: #FEACF7;
}
.TagClassName
{
border-color: #FEACF7;
}
</style>