Shades of Lavender Pink #FFAFD0
Tints of Lavender Pink #FFAFD0
RGB
CMYK
RGB Variations
Color information
#FFAFD0 (or 0xFFAFD0) is known color: Lavender Pink. HEX triplet: FF, AF and D0. RGB value is (255,175,208). Sum of RGB (Red+Green+Blue) = 255+175+208=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD0 is #00502F. Grayscale: #CACACA. Windows color (decimal): -20528 or 13676543. OLE color: 13676543.
HSL color Cylindrical-coordinate representation of color #FFAFD0: hue angle of 335.25º 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 #FFAFD0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 208 | - |
| CMYK | 0 | 0.31 | 0.18 | 0 |
| HSL | 335.25º | 1% | 0.84% | - |
| HSV(B) | 335.25º | 0.31% | 1% | - |
| XYZ | 67.96 | 56.47 | 66.99 | - |
| YUV | 202.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 208 | 0 | 0.31 | 0.18 | 0 | 335.25 | 1 | 0.84 |
| Hex | FF | AF | D0 | 0 | 1F | 12 | 0 | 14F | 64 | 54 |
| Octal | 377 | 257 | 320 | 0 | 37 | 22 | 0 | 517 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11010000 | 0 | 11111 | 10010 | 0 | 101001111 | 1100100 | 1010100 |
Color Harmonies of #FFAFD0
Complementary color
Monochromatic Colors of #FFAFD0
Black with #FFAFD0
Text Example
Text Example
White with #FFAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFD0; }
p { color: rgb(255,175,208); }
H1.HeaderClassName
{
color: #FFAFD0;
}
.AnyTagClassName
{
color: #FFAFD0;
}
</style>
background-color css
<style>
a { background-color: #FFAFD0; }
a { background-color: rgb(255,175,208); }
div.DivClassName
{
background-color: #FFAFD0;
}
.BgClassName
{
background-color: #FFAFD0;
}
</style>
border-color css
<style>
span { border-color: #FFAFD0; }
span { border-color: rgb(255,175,208); }
td.TdClassName
{
border-color: #FFAFD0;
}
.TagClassName
{
border-color: #FFAFD0;
}
</style>