Shades of Lavender Rose #FFA4E1
Tints of Lavender Rose #FFA4E1
RGB
CMYK
RGB Variations
Color information
#FFA4E1 (or 0xFFA4E1) is known color: Lavender Rose. HEX triplet: FF, A4 and E1. RGB value is (255,164,225). Sum of RGB (Red+Green+Blue) = 255+164+225=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4E1 is #005B1E. Grayscale: #C6C6C6. Windows color (decimal): -23327 or 14787839. OLE color: 14787839.
HSL color Cylindrical-coordinate representation of color #FFA4E1: hue angle of 319.78º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4E1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 225 | - |
| CMYK | 0 | 0.36 | 0.12 | 0 |
| HSL | 319.78º | 1% | 0.82% | - |
| HSV(B) | 319.78º | 0.36% | 1% | - |
| XYZ | 68.11 | 53.25 | 77.92 | - |
| YUV | 198.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 225 | 0 | 0.36 | 0.12 | 0 | 319.78 | 1 | 0.82 |
| Hex | FF | A4 | E1 | 0 | 24 | C | 0 | 140 | 64 | 52 |
| Octal | 377 | 244 | 341 | 0 | 44 | 14 | 0 | 500 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11100001 | 0 | 100100 | 1100 | 0 | 101000000 | 1100100 | 1010010 |
Color Harmonies of #FFA4E1
Complementary color
Monochromatic Colors of #FFA4E1
Black with #FFA4E1
Text Example
Text Example
White with #FFA4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4E1; }
p { color: rgb(255,164,225); }
H1.HeaderClassName
{
color: #FFA4E1;
}
.AnyTagClassName
{
color: #FFA4E1;
}
</style>
background-color css
<style>
a { background-color: #FFA4E1; }
a { background-color: rgb(255,164,225); }
div.DivClassName
{
background-color: #FFA4E1;
}
.BgClassName
{
background-color: #FFA4E1;
}
</style>
border-color css
<style>
span { border-color: #FFA4E1; }
span { border-color: rgb(255,164,225); }
td.TdClassName
{
border-color: #FFA4E1;
}
.TagClassName
{
border-color: #FFA4E1;
}
</style>