Shades of Lavender Rose #FFA7E3
Tints of Lavender Rose #FFA7E3
RGB
CMYK
RGB Variations
Color information
#FFA7E3 (or 0xFFA7E3) is known color: Lavender Rose. HEX triplet: FF, A7 and E3. RGB value is (255,167,227). Sum of RGB (Red+Green+Blue) = 255+167+227=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7E3 is #00581C. Grayscale: #C8C8C8. Windows color (decimal): -22557 or 14919679. OLE color: 14919679.
HSL color Cylindrical-coordinate representation of color #FFA7E3: hue angle of 319.09º 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 #FFA7E3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 227 | - |
| CMYK | 0 | 0.35 | 0.11 | 0 |
| HSL | 319.09º | 1% | 0.83% | - |
| HSV(B) | 319.09º | 0.35% | 1% | - |
| XYZ | 68.92 | 54.44 | 79.55 | - |
| YUV | 200.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 227 | 0 | 0.35 | 0.11 | 0 | 319.09 | 1 | 0.83 |
| Hex | FF | A7 | E3 | 0 | 23 | B | 0 | 13F | 64 | 53 |
| Octal | 377 | 247 | 343 | 0 | 43 | 13 | 0 | 477 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11100011 | 0 | 100011 | 1011 | 0 | 100111111 | 1100100 | 1010011 |
Color Harmonies of #FFA7E3
Complementary color
Monochromatic Colors of #FFA7E3
Black with #FFA7E3
Text Example
Text Example
White with #FFA7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7E3; }
p { color: rgb(255,167,227); }
H1.HeaderClassName
{
color: #FFA7E3;
}
.AnyTagClassName
{
color: #FFA7E3;
}
</style>
background-color css
<style>
a { background-color: #FFA7E3; }
a { background-color: rgb(255,167,227); }
div.DivClassName
{
background-color: #FFA7E3;
}
.BgClassName
{
background-color: #FFA7E3;
}
</style>
border-color css
<style>
span { border-color: #FFA7E3; }
span { border-color: rgb(255,167,227); }
td.TdClassName
{
border-color: #FFA7E3;
}
.TagClassName
{
border-color: #FFA7E3;
}
</style>