Shades of Lavender Pink #F7A5CF
Tints of Lavender Pink #F7A5CF
RGB
CMYK
RGB Variations
Color information
#F7A5CF (or 0xF7A5CF) is known color: Lavender Pink. HEX triplet: F7, A5 and CF. RGB value is (247,165,207). Sum of RGB (Red+Green+Blue) = 247+165+207=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5CF is #085A30. Grayscale: #C2C2C2. Windows color (decimal): -547377 or 13608439. OLE color: 13608439.
HSL color Cylindrical-coordinate representation of color #F7A5CF: hue angle of 329.27º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5CF is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 207 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.03 |
| HSL | 329.27º | 0.84% | 0.81% | - |
| HSV(B) | 329.27º | 0.33% | 0.97% | - |
| XYZ | 63.08 | 51.19 | 65.59 | - |
| YUV | 194.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 207 | 0 | 0.33 | 0.16 | 0.03 | 329.27 | 0.84 | 0.81 |
| Hex | F7 | A5 | CF | 0 | 21 | 10 | 3 | 149 | 54 | 51 |
| Octal | 367 | 245 | 317 | 0 | 41 | 20 | 3 | 511 | 124 | 121 |
| Binary | 11110111 | 10100101 | 11001111 | 0 | 100001 | 10000 | 11 | 101001001 | 1010100 | 1010001 |
Color Harmonies of #F7A5CF
Complementary color
Monochromatic Colors of #F7A5CF
Black with #F7A5CF
Text Example
Text Example
White with #F7A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A5CF; }
p { color: rgb(247,165,207); }
H1.HeaderClassName
{
color: #F7A5CF;
}
.AnyTagClassName
{
color: #F7A5CF;
}
</style>
background-color css
<style>
a { background-color: #F7A5CF; }
a { background-color: rgb(247,165,207); }
div.DivClassName
{
background-color: #F7A5CF;
}
.BgClassName
{
background-color: #F7A5CF;
}
</style>
border-color css
<style>
span { border-color: #F7A5CF; }
span { border-color: rgb(247,165,207); }
td.TdClassName
{
border-color: #F7A5CF;
}
.TagClassName
{
border-color: #F7A5CF;
}
</style>