Shades of Lavender Rose #FEA2DD
Tints of Lavender Rose #FEA2DD
RGB
CMYK
RGB Variations
Color information
#FEA2DD (or 0xFEA2DD) is known color: Lavender Rose. HEX triplet: FE, A2 and DD. RGB value is (254,162,221). Sum of RGB (Red+Green+Blue) = 254+162+221=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2DD is #015D22. Grayscale: #C4C4C4. Windows color (decimal): -89379 or 14525182. OLE color: 14525182.
HSL color Cylindrical-coordinate representation of color #FEA2DD: hue angle of 321.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2DD is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 221 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.00 |
| HSL | 321.52º | 0.98% | 0.82% | - |
| HSV(B) | 321.52º | 0.36% | 1% | - |
| XYZ | 66.84 | 52.13 | 74.95 | - |
| YUV | 196.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 221 | 0 | 0.36 | 0.13 | 0.00 | 321.52 | 0.98 | 0.82 |
| Hex | FE | A2 | DD | 0 | 24 | D | 0 | 142 | 62 | 52 |
| Octal | 376 | 242 | 335 | 0 | 44 | 15 | 0 | 502 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11011101 | 0 | 100100 | 1101 | 0 | 101000010 | 1100010 | 1010010 |
Color Harmonies of #FEA2DD
Complementary color
Monochromatic Colors of #FEA2DD
Black with #FEA2DD
Text Example
Text Example
White with #FEA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2DD; }
p { color: rgb(254,162,221); }
H1.HeaderClassName
{
color: #FEA2DD;
}
.AnyTagClassName
{
color: #FEA2DD;
}
</style>
background-color css
<style>
a { background-color: #FEA2DD; }
a { background-color: rgb(254,162,221); }
div.DivClassName
{
background-color: #FEA2DD;
}
.BgClassName
{
background-color: #FEA2DD;
}
</style>
border-color css
<style>
span { border-color: #FEA2DD; }
span { border-color: rgb(254,162,221); }
td.TdClassName
{
border-color: #FEA2DD;
}
.TagClassName
{
border-color: #FEA2DD;
}
</style>