Shades of Lavender Rose #F7AADC
Tints of Lavender Rose #F7AADC
RGB
CMYK
RGB Variations
Color information
#F7AADC (or 0xF7AADC) is known color: Lavender Rose. HEX triplet: F7, AA and DC. RGB value is (247,170,220). Sum of RGB (Red+Green+Blue) = 247+170+220=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AADC is #085523. Grayscale: #C6C6C6. Windows color (decimal): -546084 or 14461687. OLE color: 14461687.
HSL color Cylindrical-coordinate representation of color #F7AADC: hue angle of 321.04º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AADC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 220 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 321.04º | 0.83% | 0.82% | - |
| HSV(B) | 321.04º | 0.31% | 0.97% | - |
| XYZ | 65.65 | 53.69 | 74.61 | - |
| YUV | 198.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 220 | 0 | 0.31 | 0.11 | 0.03 | 321.04 | 0.83 | 0.82 |
| Hex | F7 | AA | DC | 0 | 1F | B | 3 | 141 | 53 | 52 |
| Octal | 367 | 252 | 334 | 0 | 37 | 13 | 3 | 501 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11011100 | 0 | 11111 | 1011 | 11 | 101000001 | 1010011 | 1010010 |
Color Harmonies of #F7AADC
Complementary color
Monochromatic Colors of #F7AADC
Black with #F7AADC
Text Example
Text Example
White with #F7AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AADC; }
p { color: rgb(247,170,220); }
H1.HeaderClassName
{
color: #F7AADC;
}
.AnyTagClassName
{
color: #F7AADC;
}
</style>
background-color css
<style>
a { background-color: #F7AADC; }
a { background-color: rgb(247,170,220); }
div.DivClassName
{
background-color: #F7AADC;
}
.BgClassName
{
background-color: #F7AADC;
}
</style>
border-color css
<style>
span { border-color: #F7AADC; }
span { border-color: rgb(247,170,220); }
td.TdClassName
{
border-color: #F7AADC;
}
.TagClassName
{
border-color: #F7AADC;
}
</style>