Shades of Lavender Pink #F7A8CD
Tints of Lavender Pink #F7A8CD
RGB
CMYK
RGB Variations
Color information
#F7A8CD (or 0xF7A8CD) is known color: Lavender Pink. HEX triplet: F7, A8 and CD. RGB value is (247,168,205). Sum of RGB (Red+Green+Blue) = 247+168+205=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8CD is #085732. Grayscale: #C3C3C3. Windows color (decimal): -546611 or 13478135. OLE color: 13478135.
HSL color Cylindrical-coordinate representation of color #F7A8CD: hue angle of 331.9º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8CD is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 205 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.03 |
| HSL | 331.9º | 0.83% | 0.81% | - |
| HSV(B) | 331.9º | 0.32% | 0.97% | - |
| XYZ | 63.38 | 52.19 | 64.49 | - |
| YUV | 195.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 205 | 0 | 0.32 | 0.17 | 0.03 | 331.9 | 0.83 | 0.81 |
| Hex | F7 | A8 | CD | 0 | 20 | 11 | 3 | 14C | 53 | 51 |
| Octal | 367 | 250 | 315 | 0 | 40 | 21 | 3 | 514 | 123 | 121 |
| Binary | 11110111 | 10101000 | 11001101 | 0 | 100000 | 10001 | 11 | 101001100 | 1010011 | 1010001 |
Color Harmonies of #F7A8CD
Complementary color
Monochromatic Colors of #F7A8CD
Black with #F7A8CD
Text Example
Text Example
White with #F7A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8CD; }
p { color: rgb(247,168,205); }
H1.HeaderClassName
{
color: #F7A8CD;
}
.AnyTagClassName
{
color: #F7A8CD;
}
</style>
background-color css
<style>
a { background-color: #F7A8CD; }
a { background-color: rgb(247,168,205); }
div.DivClassName
{
background-color: #F7A8CD;
}
.BgClassName
{
background-color: #F7A8CD;
}
</style>
border-color css
<style>
span { border-color: #F7A8CD; }
span { border-color: rgb(247,168,205); }
td.TdClassName
{
border-color: #F7A8CD;
}
.TagClassName
{
border-color: #F7A8CD;
}
</style>