Shades of Lavender Rose #FEA0DC
Tints of Lavender Rose #FEA0DC
RGB
CMYK
RGB Variations
Color information
#FEA0DC (or 0xFEA0DC) is known color: Lavender Rose. HEX triplet: FE, A0 and DC. RGB value is (254,160,220). Sum of RGB (Red+Green+Blue) = 254+160+220=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DC is #015F23. Grayscale: #C2C2C2. Windows color (decimal): -89892 or 14459134. OLE color: 14459134.
HSL color Cylindrical-coordinate representation of color #FEA0DC: hue angle of 321.7º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0DC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.00 |
| HSL | 321.7º | 0.98% | 0.81% | - |
| HSV(B) | 321.7º | 0.37% | 1% | - |
| XYZ | 66.36 | 51.38 | 74.13 | - |
| YUV | 194.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 220 | 0 | 0.37 | 0.13 | 0.00 | 321.7 | 0.98 | 0.81 |
| Hex | FE | A0 | DC | 0 | 25 | D | 0 | 142 | 62 | 51 |
| Octal | 376 | 240 | 334 | 0 | 45 | 15 | 0 | 502 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11011100 | 0 | 100101 | 1101 | 0 | 101000010 | 1100010 | 1010001 |
Color Harmonies of #FEA0DC
Complementary color
Monochromatic Colors of #FEA0DC
Black with #FEA0DC
Text Example
Text Example
White with #FEA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0DC; }
p { color: rgb(254,160,220); }
H1.HeaderClassName
{
color: #FEA0DC;
}
.AnyTagClassName
{
color: #FEA0DC;
}
</style>
background-color css
<style>
a { background-color: #FEA0DC; }
a { background-color: rgb(254,160,220); }
div.DivClassName
{
background-color: #FEA0DC;
}
.BgClassName
{
background-color: #FEA0DC;
}
</style>
border-color css
<style>
span { border-color: #FEA0DC; }
span { border-color: rgb(254,160,220); }
td.TdClassName
{
border-color: #FEA0DC;
}
.TagClassName
{
border-color: #FEA0DC;
}
</style>