Shades of Lavender Rose #FEACF9
Tints of Lavender Rose #FEACF9
RGB
CMYK
RGB Variations
Color information
#FEACF9 (or 0xFEACF9) is known color: Lavender Rose. HEX triplet: FE, AC and F9. RGB value is (254,172,249). Sum of RGB (Red+Green+Blue) = 254+172+249=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF9 is #015306. Grayscale: #CDCDCD. Windows color (decimal): -86791 or 16362750. OLE color: 16362750.
HSL color Cylindrical-coordinate representation of color #FEACF9: hue angle of 303.66º 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 #FEACF9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 249 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.00 |
| HSL | 303.66º | 0.98% | 0.84% | - |
| HSV(B) | 303.66º | 0.32% | 1% | - |
| XYZ | 72.72 | 57.42 | 96.87 | - |
| YUV | 205.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 249 | 0 | 0.32 | 0.02 | 0.00 | 303.66 | 0.98 | 0.84 |
| Hex | FE | AC | F9 | 0 | 20 | 2 | 0 | 130 | 62 | 54 |
| Octal | 376 | 254 | 371 | 0 | 40 | 2 | 0 | 460 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11111001 | 0 | 100000 | 10 | 0 | 100110000 | 1100010 | 1010100 |
Color Harmonies of #FEACF9
Complementary color
Monochromatic Colors of #FEACF9
Black with #FEACF9
Text Example
Text Example
White with #FEACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACF9; }
p { color: rgb(254,172,249); }
H1.HeaderClassName
{
color: #FEACF9;
}
.AnyTagClassName
{
color: #FEACF9;
}
</style>
background-color css
<style>
a { background-color: #FEACF9; }
a { background-color: rgb(254,172,249); }
div.DivClassName
{
background-color: #FEACF9;
}
.BgClassName
{
background-color: #FEACF9;
}
</style>
border-color css
<style>
span { border-color: #FEACF9; }
span { border-color: rgb(254,172,249); }
td.TdClassName
{
border-color: #FEACF9;
}
.TagClassName
{
border-color: #FEACF9;
}
</style>