Shades of Lavender Pink #FFAFDB
Tints of Lavender Pink #FFAFDB
RGB
CMYK
RGB Variations
Color information
#FFAFDB (or 0xFFAFDB) is known color: Lavender Pink. HEX triplet: FF, AF and DB. RGB value is (255,175,219). Sum of RGB (Red+Green+Blue) = 255+175+219=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDB is #005024. Grayscale: #CBCBCB. Windows color (decimal): -20517 or 14397439. OLE color: 14397439.
HSL color Cylindrical-coordinate representation of color #FFAFDB: hue angle of 327º 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 #FFAFDB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 219 | - |
| CMYK | 0 | 0.31 | 0.14 | 0 |
| HSL | 327º | 1% | 0.84% | - |
| HSV(B) | 327º | 0.31% | 1% | - |
| XYZ | 69.36 | 57.03 | 74.37 | - |
| YUV | 203.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 219 | 0 | 0.31 | 0.14 | 0 | 327 | 1 | 0.84 |
| Hex | FF | AF | DB | 0 | 1F | E | 0 | 147 | 64 | 54 |
| Octal | 377 | 257 | 333 | 0 | 37 | 16 | 0 | 507 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11011011 | 0 | 11111 | 1110 | 0 | 101000111 | 1100100 | 1010100 |
Color Harmonies of #FFAFDB
Complementary color
Monochromatic Colors of #FFAFDB
Black with #FFAFDB
Text Example
Text Example
White with #FFAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFDB; }
p { color: rgb(255,175,219); }
H1.HeaderClassName
{
color: #FFAFDB;
}
.AnyTagClassName
{
color: #FFAFDB;
}
</style>
background-color css
<style>
a { background-color: #FFAFDB; }
a { background-color: rgb(255,175,219); }
div.DivClassName
{
background-color: #FFAFDB;
}
.BgClassName
{
background-color: #FFAFDB;
}
</style>
border-color css
<style>
span { border-color: #FFAFDB; }
span { border-color: rgb(255,175,219); }
td.TdClassName
{
border-color: #FFAFDB;
}
.TagClassName
{
border-color: #FFAFDB;
}
</style>