Shades of Lavender Rose #F7A1DD
Tints of Lavender Rose #F7A1DD
RGB
CMYK
RGB Variations
Color information
#F7A1DD (or 0xF7A1DD) is known color: Lavender Rose. HEX triplet: F7, A1 and DD. RGB value is (247,161,221). Sum of RGB (Red+Green+Blue) = 247+161+221=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1DD is #085E22. Grayscale: #C1C1C1. Windows color (decimal): -548387 or 14524919. OLE color: 14524919.
HSL color Cylindrical-coordinate representation of color #F7A1DD: hue angle of 318.14º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A1DD is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 221 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.03 |
| HSL | 318.14º | 0.84% | 0.8% | - |
| HSV(B) | 318.14º | 0.35% | 0.97% | - |
| XYZ | 64.15 | 50.48 | 74.77 | - |
| YUV | 193.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 221 | 0 | 0.35 | 0.11 | 0.03 | 318.14 | 0.84 | 0.8 |
| Hex | F7 | A1 | DD | 0 | 23 | B | 3 | 13E | 54 | 50 |
| Octal | 367 | 241 | 335 | 0 | 43 | 13 | 3 | 476 | 124 | 120 |
| Binary | 11110111 | 10100001 | 11011101 | 0 | 100011 | 1011 | 11 | 100111110 | 1010100 | 1010000 |
Color Harmonies of #F7A1DD
Complementary color
Monochromatic Colors of #F7A1DD
Black with #F7A1DD
Text Example
Text Example
White with #F7A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A1DD; }
p { color: rgb(247,161,221); }
H1.HeaderClassName
{
color: #F7A1DD;
}
.AnyTagClassName
{
color: #F7A1DD;
}
</style>
background-color css
<style>
a { background-color: #F7A1DD; }
a { background-color: rgb(247,161,221); }
div.DivClassName
{
background-color: #F7A1DD;
}
.BgClassName
{
background-color: #F7A1DD;
}
</style>
border-color css
<style>
span { border-color: #F7A1DD; }
span { border-color: rgb(247,161,221); }
td.TdClassName
{
border-color: #F7A1DD;
}
.TagClassName
{
border-color: #F7A1DD;
}
</style>