Shades of Lavender Pink #FDB0DE
Tints of Lavender Pink #FDB0DE
RGB
CMYK
RGB Variations
Color information
#FDB0DE (or 0xFDB0DE) is known color: Lavender Pink. HEX triplet: FD, B0 and DE. RGB value is (253,176,222). Sum of RGB (Red+Green+Blue) = 253+176+222=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DE is #024F21. Grayscale: #CCCCCC. Windows color (decimal): -151330 or 14594301. OLE color: 14594301.
HSL color Cylindrical-coordinate representation of color #FDB0DE: hue angle of 324.16º 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 #FDB0DE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 222 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 324.16º | 0.95% | 0.84% | - |
| HSV(B) | 324.16º | 0.3% | 0.99% | - |
| XYZ | 69.22 | 57.21 | 76.5 | - |
| YUV | 204.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 222 | 0 | 0.30 | 0.12 | 0.01 | 324.16 | 0.95 | 0.84 |
| Hex | FD | B0 | DE | 0 | 1E | C | 1 | 144 | 5F | 54 |
| Octal | 375 | 260 | 336 | 0 | 36 | 14 | 1 | 504 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11011110 | 0 | 11110 | 1100 | 1 | 101000100 | 1011111 | 1010100 |
Color Harmonies of #FDB0DE
Complementary color
Monochromatic Colors of #FDB0DE
Black with #FDB0DE
Text Example
Text Example
White with #FDB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0DE; }
p { color: rgb(253,176,222); }
H1.HeaderClassName
{
color: #FDB0DE;
}
.AnyTagClassName
{
color: #FDB0DE;
}
</style>
background-color css
<style>
a { background-color: #FDB0DE; }
a { background-color: rgb(253,176,222); }
div.DivClassName
{
background-color: #FDB0DE;
}
.BgClassName
{
background-color: #FDB0DE;
}
</style>
border-color css
<style>
span { border-color: #FDB0DE; }
span { border-color: rgb(253,176,222); }
td.TdClassName
{
border-color: #FDB0DE;
}
.TagClassName
{
border-color: #FDB0DE;
}
</style>