Shades of Lavender Rose #FEA2D9
Tints of Lavender Rose #FEA2D9
RGB
CMYK
RGB Variations
Color information
#FEA2D9 (or 0xFEA2D9) is known color: Lavender Rose. HEX triplet: FE, A2 and D9. RGB value is (254,162,217). Sum of RGB (Red+Green+Blue) = 254+162+217=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D9 is #015D26. Grayscale: #C3C3C3. Windows color (decimal): -89383 or 14263038. OLE color: 14263038.
HSL color Cylindrical-coordinate representation of color #FEA2D9: hue angle of 324.13º 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 #FEA2D9 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 217 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.00 |
| HSL | 324.13º | 0.98% | 0.82% | - |
| HSV(B) | 324.13º | 0.36% | 1% | - |
| XYZ | 66.32 | 51.92 | 72.17 | - |
| YUV | 195.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 217 | 0 | 0.36 | 0.15 | 0.00 | 324.13 | 0.98 | 0.82 |
| Hex | FE | A2 | D9 | 0 | 24 | F | 0 | 144 | 62 | 52 |
| Octal | 376 | 242 | 331 | 0 | 44 | 17 | 0 | 504 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11011001 | 0 | 100100 | 1111 | 0 | 101000100 | 1100010 | 1010010 |
Color Harmonies of #FEA2D9
Complementary color
Monochromatic Colors of #FEA2D9
Black with #FEA2D9
Text Example
Text Example
White with #FEA2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2D9; }
p { color: rgb(254,162,217); }
H1.HeaderClassName
{
color: #FEA2D9;
}
.AnyTagClassName
{
color: #FEA2D9;
}
</style>
background-color css
<style>
a { background-color: #FEA2D9; }
a { background-color: rgb(254,162,217); }
div.DivClassName
{
background-color: #FEA2D9;
}
.BgClassName
{
background-color: #FEA2D9;
}
</style>
border-color css
<style>
span { border-color: #FEA2D9; }
span { border-color: rgb(254,162,217); }
td.TdClassName
{
border-color: #FEA2D9;
}
.TagClassName
{
border-color: #FEA2D9;
}
</style>