Shades of Lavender Pink #FFAFD6
Tints of Lavender Pink #FFAFD6
RGB
CMYK
RGB Variations
Color information
#FFAFD6 (or 0xFFAFD6) is known color: Lavender Pink. HEX triplet: FF, AF and D6. RGB value is (255,175,214). Sum of RGB (Red+Green+Blue) = 255+175+214=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD6 is #005029. Grayscale: #CBCBCB. Windows color (decimal): -20522 or 14069759. OLE color: 14069759.
HSL color Cylindrical-coordinate representation of color #FFAFD6: hue angle of 330.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFD6 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 214 | - |
| CMYK | 0 | 0.31 | 0.16 | 0 |
| HSL | 330.75º | 1% | 0.84% | - |
| HSV(B) | 330.75º | 0.31% | 1% | - |
| XYZ | 68.71 | 56.77 | 70.96 | - |
| YUV | 203.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 214 | 0 | 0.31 | 0.16 | 0 | 330.75 | 1 | 0.84 |
| Hex | FF | AF | D6 | 0 | 1F | 10 | 0 | 14B | 64 | 54 |
| Octal | 377 | 257 | 326 | 0 | 37 | 20 | 0 | 513 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11010110 | 0 | 11111 | 10000 | 0 | 101001011 | 1100100 | 1010100 |
Color Harmonies of #FFAFD6
Complementary color
Monochromatic Colors of #FFAFD6
Black with #FFAFD6
Text Example
Text Example
White with #FFAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFD6; }
p { color: rgb(255,175,214); }
H1.HeaderClassName
{
color: #FFAFD6;
}
.AnyTagClassName
{
color: #FFAFD6;
}
</style>
background-color css
<style>
a { background-color: #FFAFD6; }
a { background-color: rgb(255,175,214); }
div.DivClassName
{
background-color: #FFAFD6;
}
.BgClassName
{
background-color: #FFAFD6;
}
</style>
border-color css
<style>
span { border-color: #FFAFD6; }
span { border-color: rgb(255,175,214); }
td.TdClassName
{
border-color: #FFAFD6;
}
.TagClassName
{
border-color: #FFAFD6;
}
</style>