Shades of Lavender Pink #F7A9CD
Tints of Lavender Pink #F7A9CD
RGB
CMYK
RGB Variations
Color information
#F7A9CD (or 0xF7A9CD) is known color: Lavender Pink. HEX triplet: F7, A9 and CD. RGB value is (247,169,205). Sum of RGB (Red+Green+Blue) = 247+169+205=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A9CD is #085632. Grayscale: #C4C4C4. Windows color (decimal): -546355 or 13478391. OLE color: 13478391.
HSL color Cylindrical-coordinate representation of color #F7A9CD: hue angle of 332.31º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A9CD is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 205 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.03 |
| HSL | 332.31º | 0.83% | 0.82% | - |
| HSV(B) | 332.31º | 0.32% | 0.97% | - |
| XYZ | 63.57 | 52.56 | 64.55 | - |
| YUV | 196.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 205 | 0 | 0.32 | 0.17 | 0.03 | 332.31 | 0.83 | 0.82 |
| Hex | F7 | A9 | CD | 0 | 20 | 11 | 3 | 14C | 53 | 52 |
| Octal | 367 | 251 | 315 | 0 | 40 | 21 | 3 | 514 | 123 | 122 |
| Binary | 11110111 | 10101001 | 11001101 | 0 | 100000 | 10001 | 11 | 101001100 | 1010011 | 1010010 |
Color Harmonies of #F7A9CD
Complementary color
Monochromatic Colors of #F7A9CD
Black with #F7A9CD
Text Example
Text Example
White with #F7A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A9CD; }
p { color: rgb(247,169,205); }
H1.HeaderClassName
{
color: #F7A9CD;
}
.AnyTagClassName
{
color: #F7A9CD;
}
</style>
background-color css
<style>
a { background-color: #F7A9CD; }
a { background-color: rgb(247,169,205); }
div.DivClassName
{
background-color: #F7A9CD;
}
.BgClassName
{
background-color: #F7A9CD;
}
</style>
border-color css
<style>
span { border-color: #F7A9CD; }
span { border-color: rgb(247,169,205); }
td.TdClassName
{
border-color: #F7A9CD;
}
.TagClassName
{
border-color: #F7A9CD;
}
</style>