Shades of Lavender Pink #FDAFDB
Tints of Lavender Pink #FDAFDB
RGB
CMYK
RGB Variations
Color information
#FDAFDB (or 0xFDAFDB) is known color: Lavender Pink. HEX triplet: FD, AF and DB. RGB value is (253,175,219). Sum of RGB (Red+Green+Blue) = 253+175+219=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFDB is #025024. Grayscale: #CBCBCB. Windows color (decimal): -151589 or 14397437. OLE color: 14397437.
HSL color Cylindrical-coordinate representation of color #FDAFDB: hue angle of 326.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 219 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.01 |
| HSL | 326.15º | 0.95% | 0.84% | - |
| HSV(B) | 326.15º | 0.31% | 0.99% | - |
| XYZ | 68.62 | 56.66 | 74.34 | - |
| YUV | 203.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 219 | 0 | 0.31 | 0.13 | 0.01 | 326.15 | 0.95 | 0.84 |
| Hex | FD | AF | DB | 0 | 1F | D | 1 | 146 | 5F | 54 |
| Octal | 375 | 257 | 333 | 0 | 37 | 15 | 1 | 506 | 137 | 124 |
| Binary | 11111101 | 10101111 | 11011011 | 0 | 11111 | 1101 | 1 | 101000110 | 1011111 | 1010100 |
Color Harmonies of #FDAFDB
Complementary color
Monochromatic Colors of #FDAFDB
Black with #FDAFDB
Text Example
Text Example
White with #FDAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAFDB; }
p { color: rgb(253,175,219); }
H1.HeaderClassName
{
color: #FDAFDB;
}
.AnyTagClassName
{
color: #FDAFDB;
}
</style>
background-color css
<style>
a { background-color: #FDAFDB; }
a { background-color: rgb(253,175,219); }
div.DivClassName
{
background-color: #FDAFDB;
}
.BgClassName
{
background-color: #FDAFDB;
}
</style>
border-color css
<style>
span { border-color: #FDAFDB; }
span { border-color: rgb(253,175,219); }
td.TdClassName
{
border-color: #FDAFDB;
}
.TagClassName
{
border-color: #FDAFDB;
}
</style>