Shades of Lavender Pink #F6AFCF
Tints of Lavender Pink #F6AFCF
RGB
CMYK
RGB Variations
Color information
#F6AFCF (or 0xF6AFCF) is known color: Lavender Pink. HEX triplet: F6, AF and CF. RGB value is (246,175,207). Sum of RGB (Red+Green+Blue) = 246+175+207=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFCF is #095030. Grayscale: #C7C7C7. Windows color (decimal): -610353 or 13610998. OLE color: 13610998.
HSL color Cylindrical-coordinate representation of color #F6AFCF: hue angle of 332.96º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFCF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 207 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 332.96º | 0.8% | 0.83% | - |
| HSV(B) | 332.96º | 0.29% | 0.96% | - |
| XYZ | 64.6 | 54.76 | 66.2 | - |
| YUV | 199.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 207 | 0 | 0.29 | 0.16 | 0.04 | 332.96 | 0.8 | 0.83 |
| Hex | F6 | AF | CF | 0 | 1D | 10 | 4 | 14D | 50 | 53 |
| Octal | 366 | 257 | 317 | 0 | 35 | 20 | 4 | 515 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11001111 | 0 | 11101 | 10000 | 100 | 101001101 | 1010000 | 1010011 |
Color Harmonies of #F6AFCF
Complementary color
Monochromatic Colors of #F6AFCF
Black with #F6AFCF
Text Example
Text Example
White with #F6AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFCF; }
p { color: rgb(246,175,207); }
H1.HeaderClassName
{
color: #F6AFCF;
}
.AnyTagClassName
{
color: #F6AFCF;
}
</style>
background-color css
<style>
a { background-color: #F6AFCF; }
a { background-color: rgb(246,175,207); }
div.DivClassName
{
background-color: #F6AFCF;
}
.BgClassName
{
background-color: #F6AFCF;
}
</style>
border-color css
<style>
span { border-color: #F6AFCF; }
span { border-color: rgb(246,175,207); }
td.TdClassName
{
border-color: #F6AFCF;
}
.TagClassName
{
border-color: #F6AFCF;
}
</style>