Shades of Lavender Rose #FFA7E6
Tints of Lavender Rose #FFA7E6
RGB
CMYK
RGB Variations
Color information
#FFA7E6 (or 0xFFA7E6) is known color: Lavender Rose. HEX triplet: FF, A7 and E6. RGB value is (255,167,230). Sum of RGB (Red+Green+Blue) = 255+167+230=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7E6 is #005819. Grayscale: #C8C8C8. Windows color (decimal): -22554 or 15116287. OLE color: 15116287.
HSL color Cylindrical-coordinate representation of color #FFA7E6: hue angle of 317.05º 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 #FFA7E6 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 230 | - |
| CMYK | 0 | 0.35 | 0.10 | 0 |
| HSL | 317.05º | 1% | 0.83% | - |
| HSV(B) | 317.05º | 0.35% | 1% | - |
| XYZ | 69.34 | 54.61 | 81.75 | - |
| YUV | 200.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 230 | 0 | 0.35 | 0.10 | 0 | 317.05 | 1 | 0.83 |
| Hex | FF | A7 | E6 | 0 | 23 | A | 0 | 13D | 64 | 53 |
| Octal | 377 | 247 | 346 | 0 | 43 | 12 | 0 | 475 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11100110 | 0 | 100011 | 1010 | 0 | 100111101 | 1100100 | 1010011 |
Color Harmonies of #FFA7E6
Complementary color
Monochromatic Colors of #FFA7E6
Black with #FFA7E6
Text Example
Text Example
White with #FFA7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7E6; }
p { color: rgb(255,167,230); }
H1.HeaderClassName
{
color: #FFA7E6;
}
.AnyTagClassName
{
color: #FFA7E6;
}
</style>
background-color css
<style>
a { background-color: #FFA7E6; }
a { background-color: rgb(255,167,230); }
div.DivClassName
{
background-color: #FFA7E6;
}
.BgClassName
{
background-color: #FFA7E6;
}
</style>
border-color css
<style>
span { border-color: #FFA7E6; }
span { border-color: rgb(255,167,230); }
td.TdClassName
{
border-color: #FFA7E6;
}
.TagClassName
{
border-color: #FFA7E6;
}
</style>