Shades of Lavender Rose #FFA7EC
Tints of Lavender Rose #FFA7EC
RGB
CMYK
RGB Variations
Color information
#FFA7EC (or 0xFFA7EC) is known color: Lavender Rose. HEX triplet: FF, A7 and EC. RGB value is (255,167,236). Sum of RGB (Red+Green+Blue) = 255+167+236=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 167 (65.62% from 255 or 25.38% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7EC is #005813. Grayscale: #C8C8C8. Windows color (decimal): -22548 or 15509503. OLE color: 15509503.
HSL color Cylindrical-coordinate representation of color #FFA7EC: hue angle of 312.95º 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 #FFA7EC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 236 | - |
| CMYK | 0 | 0.35 | 0.07 | 0 |
| HSL | 312.95º | 1% | 0.83% | - |
| HSV(B) | 312.95º | 0.35% | 1% | - |
| XYZ | 70.2 | 54.95 | 86.26 | - |
| YUV | 201.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 236 | 0 | 0.35 | 0.07 | 0 | 312.95 | 1 | 0.83 |
| Hex | FF | A7 | EC | 0 | 23 | 7 | 0 | 139 | 64 | 53 |
| Octal | 377 | 247 | 354 | 0 | 43 | 7 | 0 | 471 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11101100 | 0 | 100011 | 111 | 0 | 100111001 | 1100100 | 1010011 |
Color Harmonies of #FFA7EC
Complementary color
Monochromatic Colors of #FFA7EC
Black with #FFA7EC
Text Example
Text Example
White with #FFA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7EC; }
p { color: rgb(255,167,236); }
H1.HeaderClassName
{
color: #FFA7EC;
}
.AnyTagClassName
{
color: #FFA7EC;
}
</style>
background-color css
<style>
a { background-color: #FFA7EC; }
a { background-color: rgb(255,167,236); }
div.DivClassName
{
background-color: #FFA7EC;
}
.BgClassName
{
background-color: #FFA7EC;
}
</style>
border-color css
<style>
span { border-color: #FFA7EC; }
span { border-color: rgb(255,167,236); }
td.TdClassName
{
border-color: #FFA7EC;
}
.TagClassName
{
border-color: #FFA7EC;
}
</style>