Shades of Lavender Pink #F7AFCF
Tints of Lavender Pink #F7AFCF
RGB
CMYK
RGB Variations
Color information
#F7AFCF (or 0xF7AFCF) is known color: Lavender Pink. HEX triplet: F7, AF and CF. RGB value is (247,175,207). Sum of RGB (Red+Green+Blue) = 247+175+207=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFCF is #085030. Grayscale: #C8C8C8. Windows color (decimal): -544817 or 13610999. OLE color: 13610999.
HSL color Cylindrical-coordinate representation of color #F7AFCF: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7AFCF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 175 | 207 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.03 |
| HSL | 333.33º | 0.82% | 0.83% | - |
| HSV(B) | 333.33º | 0.29% | 0.97% | - |
| XYZ | 64.95 | 54.94 | 66.21 | - |
| YUV | 200.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 175 | 207 | 0 | 0.29 | 0.16 | 0.03 | 333.33 | 0.82 | 0.83 |
| Hex | F7 | AF | CF | 0 | 1D | 10 | 3 | 14D | 52 | 53 |
| Octal | 367 | 257 | 317 | 0 | 35 | 20 | 3 | 515 | 122 | 123 |
| Binary | 11110111 | 10101111 | 11001111 | 0 | 11101 | 10000 | 11 | 101001101 | 1010010 | 1010011 |
Color Harmonies of #F7AFCF
Complementary color
Monochromatic Colors of #F7AFCF
Black with #F7AFCF
Text Example
Text Example
White with #F7AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AFCF; }
p { color: rgb(247,175,207); }
H1.HeaderClassName
{
color: #F7AFCF;
}
.AnyTagClassName
{
color: #F7AFCF;
}
</style>
background-color css
<style>
a { background-color: #F7AFCF; }
a { background-color: rgb(247,175,207); }
div.DivClassName
{
background-color: #F7AFCF;
}
.BgClassName
{
background-color: #F7AFCF;
}
</style>
border-color css
<style>
span { border-color: #F7AFCF; }
span { border-color: rgb(247,175,207); }
td.TdClassName
{
border-color: #F7AFCF;
}
.TagClassName
{
border-color: #F7AFCF;
}
</style>