Shades of Lavender Rose #FFA7DF
Tints of Lavender Rose #FFA7DF
RGB
CMYK
RGB Variations
Color information
#FFA7DF (or 0xFFA7DF) is known color: Lavender Rose. HEX triplet: FF, A7 and DF. RGB value is (255,167,223). Sum of RGB (Red+Green+Blue) = 255+167+223=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7DF is #005820. Grayscale: #C7C7C7. Windows color (decimal): -22561 or 14657535. OLE color: 14657535.
HSL color Cylindrical-coordinate representation of color #FFA7DF: hue angle of 321.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 #FFA7DF is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 223 | - |
| CMYK | 0 | 0.35 | 0.13 | 0 |
| HSL | 321.82º | 1% | 0.83% | - |
| HSV(B) | 321.82º | 0.35% | 1% | - |
| XYZ | 68.38 | 54.23 | 76.67 | - |
| YUV | 199.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 223 | 0 | 0.35 | 0.13 | 0 | 321.82 | 1 | 0.83 |
| Hex | FF | A7 | DF | 0 | 23 | D | 0 | 142 | 64 | 53 |
| Octal | 377 | 247 | 337 | 0 | 43 | 15 | 0 | 502 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11011111 | 0 | 100011 | 1101 | 0 | 101000010 | 1100100 | 1010011 |
Color Harmonies of #FFA7DF
Complementary color
Monochromatic Colors of #FFA7DF
Black with #FFA7DF
Text Example
Text Example
White with #FFA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7DF; }
p { color: rgb(255,167,223); }
H1.HeaderClassName
{
color: #FFA7DF;
}
.AnyTagClassName
{
color: #FFA7DF;
}
</style>
background-color css
<style>
a { background-color: #FFA7DF; }
a { background-color: rgb(255,167,223); }
div.DivClassName
{
background-color: #FFA7DF;
}
.BgClassName
{
background-color: #FFA7DF;
}
</style>
border-color css
<style>
span { border-color: #FFA7DF; }
span { border-color: rgb(255,167,223); }
td.TdClassName
{
border-color: #FFA7DF;
}
.TagClassName
{
border-color: #FFA7DF;
}
</style>