Shades of Lavender Pink #FFAFD1
Tints of Lavender Pink #FFAFD1
RGB
CMYK
RGB Variations
Color information
#FFAFD1 (or 0xFFAFD1) is known color: Lavender Pink. HEX triplet: FF, AF and D1. RGB value is (255,175,209). Sum of RGB (Red+Green+Blue) = 255+175+209=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD1 is #00502E. Grayscale: #CACACA. Windows color (decimal): -20527 or 13742079. OLE color: 13742079.
HSL color Cylindrical-coordinate representation of color #FFAFD1: hue angle of 334.5º 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 #FFAFD1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 209 | - |
| CMYK | 0 | 0.31 | 0.18 | 0 |
| HSL | 334.5º | 1% | 0.84% | - |
| HSV(B) | 334.5º | 0.31% | 1% | - |
| XYZ | 68.08 | 56.52 | 67.64 | - |
| YUV | 202.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 209 | 0 | 0.31 | 0.18 | 0 | 334.5 | 1 | 0.84 |
| Hex | FF | AF | D1 | 0 | 1F | 12 | 0 | 14E | 64 | 54 |
| Octal | 377 | 257 | 321 | 0 | 37 | 22 | 0 | 516 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11010001 | 0 | 11111 | 10010 | 0 | 101001110 | 1100100 | 1010100 |
Color Harmonies of #FFAFD1
Complementary color
Monochromatic Colors of #FFAFD1
Black with #FFAFD1
Text Example
Text Example
White with #FFAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFD1; }
p { color: rgb(255,175,209); }
H1.HeaderClassName
{
color: #FFAFD1;
}
.AnyTagClassName
{
color: #FFAFD1;
}
</style>
background-color css
<style>
a { background-color: #FFAFD1; }
a { background-color: rgb(255,175,209); }
div.DivClassName
{
background-color: #FFAFD1;
}
.BgClassName
{
background-color: #FFAFD1;
}
</style>
border-color css
<style>
span { border-color: #FFAFD1; }
span { border-color: rgb(255,175,209); }
td.TdClassName
{
border-color: #FFAFD1;
}
.TagClassName
{
border-color: #FFAFD1;
}
</style>