Shades of Lavender Rose #FFA7ED
Tints of Lavender Rose #FFA7ED
RGB
CMYK
RGB Variations
Color information
#FFA7ED (or 0xFFA7ED) is known color: Lavender Rose. HEX triplet: FF, A7 and ED. RGB value is (255,167,237). Sum of RGB (Red+Green+Blue) = 255+167+237=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 167 (65.62% from 255 or 25.34% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7ED is #005812. Grayscale: #C9C9C9. Windows color (decimal): -22547 or 15575039. OLE color: 15575039.
HSL color Cylindrical-coordinate representation of color #FFA7ED: hue angle of 312.27º 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 #FFA7ED is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 237 | - |
| CMYK | 0 | 0.35 | 0.07 | 0 |
| HSL | 312.27º | 1% | 0.83% | - |
| HSV(B) | 312.27º | 0.35% | 1% | - |
| XYZ | 70.34 | 55.01 | 87.03 | - |
| YUV | 201.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 237 | 0 | 0.35 | 0.07 | 0 | 312.27 | 1 | 0.83 |
| Hex | FF | A7 | ED | 0 | 23 | 7 | 0 | 138 | 64 | 53 |
| Octal | 377 | 247 | 355 | 0 | 43 | 7 | 0 | 470 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11101101 | 0 | 100011 | 111 | 0 | 100111000 | 1100100 | 1010011 |
Color Harmonies of #FFA7ED
Complementary color
Monochromatic Colors of #FFA7ED
Black with #FFA7ED
Text Example
Text Example
White with #FFA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7ED; }
p { color: rgb(255,167,237); }
H1.HeaderClassName
{
color: #FFA7ED;
}
.AnyTagClassName
{
color: #FFA7ED;
}
</style>
background-color css
<style>
a { background-color: #FFA7ED; }
a { background-color: rgb(255,167,237); }
div.DivClassName
{
background-color: #FFA7ED;
}
.BgClassName
{
background-color: #FFA7ED;
}
</style>
border-color css
<style>
span { border-color: #FFA7ED; }
span { border-color: rgb(255,167,237); }
td.TdClassName
{
border-color: #FFA7ED;
}
.TagClassName
{
border-color: #FFA7ED;
}
</style>