Shades of Lavender Rose #FEA1DC
Tints of Lavender Rose #FEA1DC
RGB
CMYK
RGB Variations
Color information
#FEA1DC (or 0xFEA1DC) is known color: Lavender Rose. HEX triplet: FE, A1 and DC. RGB value is (254,161,220). Sum of RGB (Red+Green+Blue) = 254+161+220=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DC is #015E23. Grayscale: #C3C3C3. Windows color (decimal): -89636 or 14459390. OLE color: 14459390.
HSL color Cylindrical-coordinate representation of color #FEA1DC: hue angle of 321.94º 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 #FEA1DC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.00 |
| HSL | 321.94º | 0.98% | 0.81% | - |
| HSV(B) | 321.94º | 0.37% | 1% | - |
| XYZ | 66.54 | 51.73 | 74.19 | - |
| YUV | 195.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 220 | 0 | 0.37 | 0.13 | 0.00 | 321.94 | 0.98 | 0.81 |
| Hex | FE | A1 | DC | 0 | 25 | D | 0 | 142 | 62 | 51 |
| Octal | 376 | 241 | 334 | 0 | 45 | 15 | 0 | 502 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11011100 | 0 | 100101 | 1101 | 0 | 101000010 | 1100010 | 1010001 |
Color Harmonies of #FEA1DC
Complementary color
Monochromatic Colors of #FEA1DC
Black with #FEA1DC
Text Example
Text Example
White with #FEA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1DC; }
p { color: rgb(254,161,220); }
H1.HeaderClassName
{
color: #FEA1DC;
}
.AnyTagClassName
{
color: #FEA1DC;
}
</style>
background-color css
<style>
a { background-color: #FEA1DC; }
a { background-color: rgb(254,161,220); }
div.DivClassName
{
background-color: #FEA1DC;
}
.BgClassName
{
background-color: #FEA1DC;
}
</style>
border-color css
<style>
span { border-color: #FEA1DC; }
span { border-color: rgb(254,161,220); }
td.TdClassName
{
border-color: #FEA1DC;
}
.TagClassName
{
border-color: #FEA1DC;
}
</style>