Shades of Lavender Rose #FFA7F5
Tints of Lavender Rose #FFA7F5
RGB
CMYK
RGB Variations
Color information
#FFA7F5 (or 0xFFA7F5) is known color: Lavender Rose. HEX triplet: FF, A7 and F5. RGB value is (255,167,245). Sum of RGB (Red+Green+Blue) = 255+167+245=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 167 (65.62% from 255 or 25.04% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7F5 is #00580A. Grayscale: #C9C9C9. Windows color (decimal): -22539 or 16099327. OLE color: 16099327.
HSL color Cylindrical-coordinate representation of color #FFA7F5: hue angle of 306.82º 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 #FFA7F5 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 245 | - |
| CMYK | 0 | 0.35 | 0.04 | 0 |
| HSL | 306.82º | 1% | 0.83% | - |
| HSV(B) | 306.82º | 0.35% | 1% | - |
| XYZ | 71.54 | 55.49 | 93.33 | - |
| YUV | 202.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 245 | 0 | 0.35 | 0.04 | 0 | 306.82 | 1 | 0.83 |
| Hex | FF | A7 | F5 | 0 | 23 | 4 | 0 | 133 | 64 | 53 |
| Octal | 377 | 247 | 365 | 0 | 43 | 4 | 0 | 463 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11110101 | 0 | 100011 | 100 | 0 | 100110011 | 1100100 | 1010011 |
Color Harmonies of #FFA7F5
Complementary color
Monochromatic Colors of #FFA7F5
Black with #FFA7F5
Text Example
Text Example
White with #FFA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7F5; }
p { color: rgb(255,167,245); }
H1.HeaderClassName
{
color: #FFA7F5;
}
.AnyTagClassName
{
color: #FFA7F5;
}
</style>
background-color css
<style>
a { background-color: #FFA7F5; }
a { background-color: rgb(255,167,245); }
div.DivClassName
{
background-color: #FFA7F5;
}
.BgClassName
{
background-color: #FFA7F5;
}
</style>
border-color css
<style>
span { border-color: #FFA7F5; }
span { border-color: rgb(255,167,245); }
td.TdClassName
{
border-color: #FFA7F5;
}
.TagClassName
{
border-color: #FFA7F5;
}
</style>