Shades of Lavender Pink #FDB0DA
Tints of Lavender Pink #FDB0DA
RGB
CMYK
RGB Variations
Color information
#FDB0DA (or 0xFDB0DA) is known color: Lavender Pink. HEX triplet: FD, B0 and DA. RGB value is (253,176,218). Sum of RGB (Red+Green+Blue) = 253+176+218=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DA is #024F25. Grayscale: #CBCBCB. Windows color (decimal): -151334 or 14332157. OLE color: 14332157.
HSL color Cylindrical-coordinate representation of color #FDB0DA: hue angle of 327.27º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0DA is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 218 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.01 |
| HSL | 327.27º | 0.95% | 0.84% | - |
| HSV(B) | 327.27º | 0.3% | 0.99% | - |
| XYZ | 68.69 | 57 | 73.71 | - |
| YUV | 203.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 218 | 0 | 0.30 | 0.14 | 0.01 | 327.27 | 0.95 | 0.84 |
| Hex | FD | B0 | DA | 0 | 1E | E | 1 | 147 | 5F | 54 |
| Octal | 375 | 260 | 332 | 0 | 36 | 16 | 1 | 507 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11011010 | 0 | 11110 | 1110 | 1 | 101000111 | 1011111 | 1010100 |
Color Harmonies of #FDB0DA
Complementary color
Monochromatic Colors of #FDB0DA
Black with #FDB0DA
Text Example
Text Example
White with #FDB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0DA; }
p { color: rgb(253,176,218); }
H1.HeaderClassName
{
color: #FDB0DA;
}
.AnyTagClassName
{
color: #FDB0DA;
}
</style>
background-color css
<style>
a { background-color: #FDB0DA; }
a { background-color: rgb(253,176,218); }
div.DivClassName
{
background-color: #FDB0DA;
}
.BgClassName
{
background-color: #FDB0DA;
}
</style>
border-color css
<style>
span { border-color: #FDB0DA; }
span { border-color: rgb(253,176,218); }
td.TdClassName
{
border-color: #FDB0DA;
}
.TagClassName
{
border-color: #FDB0DA;
}
</style>