Shades of Lavender Rose #FFA7FC
Tints of Lavender Rose #FFA7FC
RGB
CMYK
RGB Variations
Color information
#FFA7FC (or 0xFFA7FC) is known color: Lavender Rose. HEX triplet: FF, A7 and FC. RGB value is (255,167,252). Sum of RGB (Red+Green+Blue) = 255+167+252=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 167 (65.62% from 255 or 24.78% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7FC is #005803. Grayscale: #CACACA. Windows color (decimal): -22532 or 16558079. OLE color: 16558079.
HSL color Cylindrical-coordinate representation of color #FFA7FC: hue angle of 302.05º 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 #FFA7FC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 252 | - |
| CMYK | 0 | 0.35 | 0.01 | 0 |
| HSL | 302.05º | 1% | 0.83% | - |
| HSV(B) | 302.05º | 0.35% | 1% | - |
| XYZ | 72.63 | 55.93 | 99.06 | - |
| YUV | 203 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 252 | 0 | 0.35 | 0.01 | 0 | 302.05 | 1 | 0.83 |
| Hex | FF | A7 | FC | 0 | 23 | 1 | 0 | 12E | 64 | 53 |
| Octal | 377 | 247 | 374 | 0 | 43 | 1 | 0 | 456 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11111100 | 0 | 100011 | 1 | 0 | 100101110 | 1100100 | 1010011 |
Color Harmonies of #FFA7FC
Complementary color
Monochromatic Colors of #FFA7FC
Black with #FFA7FC
Text Example
Text Example
White with #FFA7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7FC; }
p { color: rgb(255,167,252); }
H1.HeaderClassName
{
color: #FFA7FC;
}
.AnyTagClassName
{
color: #FFA7FC;
}
</style>
background-color css
<style>
a { background-color: #FFA7FC; }
a { background-color: rgb(255,167,252); }
div.DivClassName
{
background-color: #FFA7FC;
}
.BgClassName
{
background-color: #FFA7FC;
}
</style>
border-color css
<style>
span { border-color: #FFA7FC; }
span { border-color: rgb(255,167,252); }
td.TdClassName
{
border-color: #FFA7FC;
}
.TagClassName
{
border-color: #FFA7FC;
}
</style>