Shades of Lavender Pink #F6AFCE
Tints of Lavender Pink #F6AFCE
RGB
CMYK
RGB Variations
Color information
#F6AFCE (or 0xF6AFCE) is known color: Lavender Pink. HEX triplet: F6, AF and CE. RGB value is (246,175,206). Sum of RGB (Red+Green+Blue) = 246+175+206=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFCE is #095031. Grayscale: #C7C7C7. Windows color (decimal): -610354 or 13545462. OLE color: 13545462.
HSL color Cylindrical-coordinate representation of color #F6AFCE: hue angle of 333.8º 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 #F6AFCE is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 206 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.04 |
| HSL | 333.8º | 0.8% | 0.83% | - |
| HSV(B) | 333.8º | 0.29% | 0.96% | - |
| XYZ | 64.48 | 54.71 | 65.55 | - |
| YUV | 199.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 206 | 0 | 0.29 | 0.16 | 0.04 | 333.8 | 0.8 | 0.83 |
| Hex | F6 | AF | CE | 0 | 1D | 10 | 4 | 14E | 50 | 53 |
| Octal | 366 | 257 | 316 | 0 | 35 | 20 | 4 | 516 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11001110 | 0 | 11101 | 10000 | 100 | 101001110 | 1010000 | 1010011 |
Color Harmonies of #F6AFCE
Complementary color
Monochromatic Colors of #F6AFCE
Black with #F6AFCE
Text Example
Text Example
White with #F6AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFCE; }
p { color: rgb(246,175,206); }
H1.HeaderClassName
{
color: #F6AFCE;
}
.AnyTagClassName
{
color: #F6AFCE;
}
</style>
background-color css
<style>
a { background-color: #F6AFCE; }
a { background-color: rgb(246,175,206); }
div.DivClassName
{
background-color: #F6AFCE;
}
.BgClassName
{
background-color: #F6AFCE;
}
</style>
border-color css
<style>
span { border-color: #F6AFCE; }
span { border-color: rgb(246,175,206); }
td.TdClassName
{
border-color: #F6AFCE;
}
.TagClassName
{
border-color: #F6AFCE;
}
</style>