Shades of Lavender Pink #FDB0D8
Tints of Lavender Pink #FDB0D8
RGB
CMYK
RGB Variations
Color information
#FDB0D8 (or 0xFDB0D8) is known color: Lavender Pink. HEX triplet: FD, B0 and D8. RGB value is (253,176,216). Sum of RGB (Red+Green+Blue) = 253+176+216=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0D8 is #024F27. Grayscale: #CBCBCB. Windows color (decimal): -151336 or 14201085. OLE color: 14201085.
HSL color Cylindrical-coordinate representation of color #FDB0D8: hue angle of 328.83º 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 #FDB0D8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 216 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.01 |
| HSL | 328.83º | 0.95% | 0.84% | - |
| HSV(B) | 328.83º | 0.3% | 0.99% | - |
| XYZ | 68.43 | 56.89 | 72.34 | - |
| YUV | 203.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 216 | 0 | 0.30 | 0.15 | 0.01 | 328.83 | 0.95 | 0.84 |
| Hex | FD | B0 | D8 | 0 | 1E | F | 1 | 149 | 5F | 54 |
| Octal | 375 | 260 | 330 | 0 | 36 | 17 | 1 | 511 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11011000 | 0 | 11110 | 1111 | 1 | 101001001 | 1011111 | 1010100 |
Color Harmonies of #FDB0D8
Complementary color
Monochromatic Colors of #FDB0D8
Black with #FDB0D8
Text Example
Text Example
White with #FDB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0D8; }
p { color: rgb(253,176,216); }
H1.HeaderClassName
{
color: #FDB0D8;
}
.AnyTagClassName
{
color: #FDB0D8;
}
</style>
background-color css
<style>
a { background-color: #FDB0D8; }
a { background-color: rgb(253,176,216); }
div.DivClassName
{
background-color: #FDB0D8;
}
.BgClassName
{
background-color: #FDB0D8;
}
</style>
border-color css
<style>
span { border-color: #FDB0D8; }
span { border-color: rgb(253,176,216); }
td.TdClassName
{
border-color: #FDB0D8;
}
.TagClassName
{
border-color: #FDB0D8;
}
</style>