Shades of Lavender Rose #FEACDF
Tints of Lavender Rose #FEACDF
RGB
CMYK
RGB Variations
Color information
#FEACDF (or 0xFEACDF) is known color: Lavender Rose. HEX triplet: FE, AC and DF. RGB value is (254,172,223). Sum of RGB (Red+Green+Blue) = 254+172+223=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACDF is #015320. Grayscale: #CACACA. Windows color (decimal): -86817 or 14658814. OLE color: 14658814.
HSL color Cylindrical-coordinate representation of color #FEACDF: hue angle of 322.68º 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 #FEACDF is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 223 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.00 |
| HSL | 322.68º | 0.98% | 0.84% | - |
| HSV(B) | 322.68º | 0.32% | 1% | - |
| XYZ | 68.94 | 55.9 | 76.97 | - |
| YUV | 202.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 223 | 0 | 0.32 | 0.12 | 0.00 | 322.68 | 0.98 | 0.84 |
| Hex | FE | AC | DF | 0 | 20 | C | 0 | 143 | 62 | 54 |
| Octal | 376 | 254 | 337 | 0 | 40 | 14 | 0 | 503 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11011111 | 0 | 100000 | 1100 | 0 | 101000011 | 1100010 | 1010100 |
Color Harmonies of #FEACDF
Complementary color
Monochromatic Colors of #FEACDF
Black with #FEACDF
Text Example
Text Example
White with #FEACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACDF; }
p { color: rgb(254,172,223); }
H1.HeaderClassName
{
color: #FEACDF;
}
.AnyTagClassName
{
color: #FEACDF;
}
</style>
background-color css
<style>
a { background-color: #FEACDF; }
a { background-color: rgb(254,172,223); }
div.DivClassName
{
background-color: #FEACDF;
}
.BgClassName
{
background-color: #FEACDF;
}
</style>
border-color css
<style>
span { border-color: #FEACDF; }
span { border-color: rgb(254,172,223); }
td.TdClassName
{
border-color: #FEACDF;
}
.TagClassName
{
border-color: #FEACDF;
}
</style>