Shades of Lavender Pink #FDA9DB
Tints of Lavender Pink #FDA9DB
RGB
CMYK
RGB Variations
Color information
#FDA9DB (or 0xFDA9DB) is known color: Lavender Pink. HEX triplet: FD, A9 and DB. RGB value is (253,169,219). Sum of RGB (Red+Green+Blue) = 253+169+219=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9DB is #025624. Grayscale: #C7C7C7. Windows color (decimal): -153125 or 14395901. OLE color: 14395901.
HSL color Cylindrical-coordinate representation of color #FDA9DB: hue angle of 324.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9DB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 219 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 324.29º | 0.95% | 0.83% | - |
| HSV(B) | 324.29º | 0.33% | 0.99% | - |
| XYZ | 67.48 | 54.37 | 73.96 | - |
| YUV | 199.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 219 | 0 | 0.33 | 0.13 | 0.01 | 324.29 | 0.95 | 0.83 |
| Hex | FD | A9 | DB | 0 | 21 | D | 1 | 144 | 5F | 53 |
| Octal | 375 | 251 | 333 | 0 | 41 | 15 | 1 | 504 | 137 | 123 |
| Binary | 11111101 | 10101001 | 11011011 | 0 | 100001 | 1101 | 1 | 101000100 | 1011111 | 1010011 |
Color Harmonies of #FDA9DB
Complementary color
Monochromatic Colors of #FDA9DB
Black with #FDA9DB
Text Example
Text Example
White with #FDA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9DB; }
p { color: rgb(253,169,219); }
H1.HeaderClassName
{
color: #FDA9DB;
}
.AnyTagClassName
{
color: #FDA9DB;
}
</style>
background-color css
<style>
a { background-color: #FDA9DB; }
a { background-color: rgb(253,169,219); }
div.DivClassName
{
background-color: #FDA9DB;
}
.BgClassName
{
background-color: #FDA9DB;
}
</style>
border-color css
<style>
span { border-color: #FDA9DB; }
span { border-color: rgb(253,169,219); }
td.TdClassName
{
border-color: #FDA9DB;
}
.TagClassName
{
border-color: #FDA9DB;
}
</style>