Shades of Lavender Pink #F7A8CE
Tints of Lavender Pink #F7A8CE
RGB
CMYK
RGB Variations
Color information
#F7A8CE (or 0xF7A8CE) is known color: Lavender Pink. HEX triplet: F7, A8 and CE. RGB value is (247,168,206). Sum of RGB (Red+Green+Blue) = 247+168+206=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8CE is #085731. Grayscale: #C3C3C3. Windows color (decimal): -546610 or 13543671. OLE color: 13543671.
HSL color Cylindrical-coordinate representation of color #F7A8CE: hue angle of 331.14º 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 #F7A8CE is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 206 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.03 |
| HSL | 331.14º | 0.83% | 0.81% | - |
| HSV(B) | 331.14º | 0.32% | 0.97% | - |
| XYZ | 63.5 | 52.24 | 65.13 | - |
| YUV | 195.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 206 | 0 | 0.32 | 0.17 | 0.03 | 331.14 | 0.83 | 0.81 |
| Hex | F7 | A8 | CE | 0 | 20 | 11 | 3 | 14B | 53 | 51 |
| Octal | 367 | 250 | 316 | 0 | 40 | 21 | 3 | 513 | 123 | 121 |
| Binary | 11110111 | 10101000 | 11001110 | 0 | 100000 | 10001 | 11 | 101001011 | 1010011 | 1010001 |
Color Harmonies of #F7A8CE
Complementary color
Monochromatic Colors of #F7A8CE
Black with #F7A8CE
Text Example
Text Example
White with #F7A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8CE; }
p { color: rgb(247,168,206); }
H1.HeaderClassName
{
color: #F7A8CE;
}
.AnyTagClassName
{
color: #F7A8CE;
}
</style>
background-color css
<style>
a { background-color: #F7A8CE; }
a { background-color: rgb(247,168,206); }
div.DivClassName
{
background-color: #F7A8CE;
}
.BgClassName
{
background-color: #F7A8CE;
}
</style>
border-color css
<style>
span { border-color: #F7A8CE; }
span { border-color: rgb(247,168,206); }
td.TdClassName
{
border-color: #F7A8CE;
}
.TagClassName
{
border-color: #F7A8CE;
}
</style>