Shades of Lavender Pink #F6AFDC
Tints of Lavender Pink #F6AFDC
RGB
CMYK
RGB Variations
Color information
#F6AFDC (or 0xF6AFDC) is known color: Lavender Pink. HEX triplet: F6, AF and DC. RGB value is (246,175,220). Sum of RGB (Red+Green+Blue) = 246+175+220=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFDC is #095023. Grayscale: #C9C9C9. Windows color (decimal): -610340 or 14462966. OLE color: 14462966.
HSL color Cylindrical-coordinate representation of color #F6AFDC: hue angle of 321.97º 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 #F6AFDC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 220 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.04 |
| HSL | 321.97º | 0.8% | 0.83% | - |
| HSV(B) | 321.97º | 0.29% | 0.96% | - |
| XYZ | 66.25 | 55.42 | 74.92 | - |
| YUV | 201.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 220 | 0 | 0.29 | 0.11 | 0.04 | 321.97 | 0.8 | 0.83 |
| Hex | F6 | AF | DC | 0 | 1D | B | 4 | 142 | 50 | 53 |
| Octal | 366 | 257 | 334 | 0 | 35 | 13 | 4 | 502 | 120 | 123 |
| Binary | 11110110 | 10101111 | 11011100 | 0 | 11101 | 1011 | 100 | 101000010 | 1010000 | 1010011 |
Color Harmonies of #F6AFDC
Complementary color
Monochromatic Colors of #F6AFDC
Black with #F6AFDC
Text Example
Text Example
White with #F6AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFDC; }
p { color: rgb(246,175,220); }
H1.HeaderClassName
{
color: #F6AFDC;
}
.AnyTagClassName
{
color: #F6AFDC;
}
</style>
background-color css
<style>
a { background-color: #F6AFDC; }
a { background-color: rgb(246,175,220); }
div.DivClassName
{
background-color: #F6AFDC;
}
.BgClassName
{
background-color: #F6AFDC;
}
</style>
border-color css
<style>
span { border-color: #F6AFDC; }
span { border-color: rgb(246,175,220); }
td.TdClassName
{
border-color: #F6AFDC;
}
.TagClassName
{
border-color: #F6AFDC;
}
</style>