Shades of Lavender Rose #FFA7F0
Tints of Lavender Rose #FFA7F0
RGB
CMYK
RGB Variations
Color information
#FFA7F0 (or 0xFFA7F0) is known color: Lavender Rose. HEX triplet: FF, A7 and F0. RGB value is (255,167,240). Sum of RGB (Red+Green+Blue) = 255+167+240=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7F0 is #00580F. Grayscale: #C9C9C9. Windows color (decimal): -22544 or 15771647. OLE color: 15771647.
HSL color Cylindrical-coordinate representation of color #FFA7F0: hue angle of 310.23º 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 #FFA7F0 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 240 | - |
| CMYK | 0 | 0.35 | 0.06 | 0 |
| HSL | 310.23º | 1% | 0.83% | - |
| HSV(B) | 310.23º | 0.35% | 1% | - |
| XYZ | 70.79 | 55.19 | 89.36 | - |
| YUV | 201.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 240 | 0 | 0.35 | 0.06 | 0 | 310.23 | 1 | 0.83 |
| Hex | FF | A7 | F0 | 0 | 23 | 6 | 0 | 136 | 64 | 53 |
| Octal | 377 | 247 | 360 | 0 | 43 | 6 | 0 | 466 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11110000 | 0 | 100011 | 110 | 0 | 100110110 | 1100100 | 1010011 |
Color Harmonies of #FFA7F0
Complementary color
Monochromatic Colors of #FFA7F0
Black with #FFA7F0
Text Example
Text Example
White with #FFA7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7F0; }
p { color: rgb(255,167,240); }
H1.HeaderClassName
{
color: #FFA7F0;
}
.AnyTagClassName
{
color: #FFA7F0;
}
</style>
background-color css
<style>
a { background-color: #FFA7F0; }
a { background-color: rgb(255,167,240); }
div.DivClassName
{
background-color: #FFA7F0;
}
.BgClassName
{
background-color: #FFA7F0;
}
</style>
border-color css
<style>
span { border-color: #FFA7F0; }
span { border-color: rgb(255,167,240); }
td.TdClassName
{
border-color: #FFA7F0;
}
.TagClassName
{
border-color: #FFA7F0;
}
</style>