Shades of Lavender Rose #FEA2E6
Tints of Lavender Rose #FEA2E6
RGB
CMYK
RGB Variations
Color information
#FEA2E6 (or 0xFEA2E6) is known color: Lavender Rose. HEX triplet: FE, A2 and E6. RGB value is (254,162,230). Sum of RGB (Red+Green+Blue) = 254+162+230=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2E6 is #015D19. Grayscale: #C5C5C5. Windows color (decimal): -89370 or 15115006. OLE color: 15115006.
HSL color Cylindrical-coordinate representation of color #FEA2E6: hue angle of 315.65º 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 #FEA2E6 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 230 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.00 |
| HSL | 315.65º | 0.98% | 0.82% | - |
| HSV(B) | 315.65º | 0.36% | 1% | - |
| XYZ | 68.08 | 52.62 | 81.43 | - |
| YUV | 197.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 230 | 0 | 0.36 | 0.09 | 0.00 | 315.65 | 0.98 | 0.82 |
| Hex | FE | A2 | E6 | 0 | 24 | 9 | 0 | 13C | 62 | 52 |
| Octal | 376 | 242 | 346 | 0 | 44 | 11 | 0 | 474 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11100110 | 0 | 100100 | 1001 | 0 | 100111100 | 1100010 | 1010010 |
Color Harmonies of #FEA2E6
Complementary color
Monochromatic Colors of #FEA2E6
Black with #FEA2E6
Text Example
Text Example
White with #FEA2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2E6; }
p { color: rgb(254,162,230); }
H1.HeaderClassName
{
color: #FEA2E6;
}
.AnyTagClassName
{
color: #FEA2E6;
}
</style>
background-color css
<style>
a { background-color: #FEA2E6; }
a { background-color: rgb(254,162,230); }
div.DivClassName
{
background-color: #FEA2E6;
}
.BgClassName
{
background-color: #FEA2E6;
}
</style>
border-color css
<style>
span { border-color: #FEA2E6; }
span { border-color: rgb(254,162,230); }
td.TdClassName
{
border-color: #FEA2E6;
}
.TagClassName
{
border-color: #FEA2E6;
}
</style>