Shades of Lavender Rose #FFA4E2
Tints of Lavender Rose #FFA4E2
RGB
CMYK
RGB Variations
Color information
#FFA4E2 (or 0xFFA4E2) is known color: Lavender Rose. HEX triplet: FF, A4 and E2. RGB value is (255,164,226). Sum of RGB (Red+Green+Blue) = 255+164+226=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 164 (64.45% from 255 or 25.43% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4E2 is #005B1D. Grayscale: #C6C6C6. Windows color (decimal): -23326 or 14853375. OLE color: 14853375.
HSL color Cylindrical-coordinate representation of color #FFA4E2: hue angle of 319.12º 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 #FFA4E2 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 226 | - |
| CMYK | 0 | 0.36 | 0.11 | 0 |
| HSL | 319.12º | 1% | 0.82% | - |
| HSV(B) | 319.12º | 0.36% | 1% | - |
| XYZ | 68.24 | 53.3 | 78.64 | - |
| YUV | 198.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 226 | 0 | 0.36 | 0.11 | 0 | 319.12 | 1 | 0.82 |
| Hex | FF | A4 | E2 | 0 | 24 | B | 0 | 13F | 64 | 52 |
| Octal | 377 | 244 | 342 | 0 | 44 | 13 | 0 | 477 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11100010 | 0 | 100100 | 1011 | 0 | 100111111 | 1100100 | 1010010 |
Color Harmonies of #FFA4E2
Complementary color
Monochromatic Colors of #FFA4E2
Black with #FFA4E2
Text Example
Text Example
White with #FFA4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4E2; }
p { color: rgb(255,164,226); }
H1.HeaderClassName
{
color: #FFA4E2;
}
.AnyTagClassName
{
color: #FFA4E2;
}
</style>
background-color css
<style>
a { background-color: #FFA4E2; }
a { background-color: rgb(255,164,226); }
div.DivClassName
{
background-color: #FFA4E2;
}
.BgClassName
{
background-color: #FFA4E2;
}
</style>
border-color css
<style>
span { border-color: #FFA4E2; }
span { border-color: rgb(255,164,226); }
td.TdClassName
{
border-color: #FFA4E2;
}
.TagClassName
{
border-color: #FFA4E2;
}
</style>