Shades of Lavender Rose #FFA7E2
Tints of Lavender Rose #FFA7E2
RGB
CMYK
RGB Variations
Color information
#FFA7E2 (or 0xFFA7E2) is known color: Lavender Rose. HEX triplet: FF, A7 and E2. RGB value is (255,167,226). Sum of RGB (Red+Green+Blue) = 255+167+226=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7E2 is #00581D. Grayscale: #C7C7C7. Windows color (decimal): -22558 or 14854143. OLE color: 14854143.
HSL color Cylindrical-coordinate representation of color #FFA7E2: hue angle of 319.77º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7E2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 226 | - |
| CMYK | 0 | 0.35 | 0.11 | 0 |
| HSL | 319.77º | 1% | 0.83% | - |
| HSV(B) | 319.77º | 0.35% | 1% | - |
| XYZ | 68.79 | 54.39 | 78.82 | - |
| YUV | 200.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 226 | 0 | 0.35 | 0.11 | 0 | 319.77 | 1 | 0.83 |
| Hex | FF | A7 | E2 | 0 | 23 | B | 0 | 140 | 64 | 53 |
| Octal | 377 | 247 | 342 | 0 | 43 | 13 | 0 | 500 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11100010 | 0 | 100011 | 1011 | 0 | 101000000 | 1100100 | 1010011 |
Color Harmonies of #FFA7E2
Complementary color
Monochromatic Colors of #FFA7E2
Black with #FFA7E2
Text Example
Text Example
White with #FFA7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7E2; }
p { color: rgb(255,167,226); }
H1.HeaderClassName
{
color: #FFA7E2;
}
.AnyTagClassName
{
color: #FFA7E2;
}
</style>
background-color css
<style>
a { background-color: #FFA7E2; }
a { background-color: rgb(255,167,226); }
div.DivClassName
{
background-color: #FFA7E2;
}
.BgClassName
{
background-color: #FFA7E2;
}
</style>
border-color css
<style>
span { border-color: #FFA7E2; }
span { border-color: rgb(255,167,226); }
td.TdClassName
{
border-color: #FFA7E2;
}
.TagClassName
{
border-color: #FFA7E2;
}
</style>