Shades of Lavender Rose #FFA5E2
Tints of Lavender Rose #FFA5E2
RGB
CMYK
RGB Variations
Color information
#FFA5E2 (or 0xFFA5E2) is known color: Lavender Rose. HEX triplet: FF, A5 and E2. RGB value is (255,165,226). Sum of RGB (Red+Green+Blue) = 255+165+226=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5E2 is #005A1D. Grayscale: #C6C6C6. Windows color (decimal): -23070 or 14853631. OLE color: 14853631.
HSL color Cylindrical-coordinate representation of color #FFA5E2: hue angle of 319.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5E2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 226 | - |
| CMYK | 0 | 0.35 | 0.11 | 0 |
| HSL | 319.33º | 1% | 0.82% | - |
| HSV(B) | 319.33º | 0.35% | 1% | - |
| XYZ | 68.42 | 53.66 | 78.7 | - |
| YUV | 198.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 226 | 0 | 0.35 | 0.11 | 0 | 319.33 | 1 | 0.82 |
| Hex | FF | A5 | E2 | 0 | 23 | B | 0 | 13F | 64 | 52 |
| Octal | 377 | 245 | 342 | 0 | 43 | 13 | 0 | 477 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11100010 | 0 | 100011 | 1011 | 0 | 100111111 | 1100100 | 1010010 |
Color Harmonies of #FFA5E2
Complementary color
Monochromatic Colors of #FFA5E2
Black with #FFA5E2
Text Example
Text Example
White with #FFA5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5E2; }
p { color: rgb(255,165,226); }
H1.HeaderClassName
{
color: #FFA5E2;
}
.AnyTagClassName
{
color: #FFA5E2;
}
</style>
background-color css
<style>
a { background-color: #FFA5E2; }
a { background-color: rgb(255,165,226); }
div.DivClassName
{
background-color: #FFA5E2;
}
.BgClassName
{
background-color: #FFA5E2;
}
</style>
border-color css
<style>
span { border-color: #FFA5E2; }
span { border-color: rgb(255,165,226); }
td.TdClassName
{
border-color: #FFA5E2;
}
.TagClassName
{
border-color: #FFA5E2;
}
</style>