Shades of Lavender Pink #FDB2DC
Tints of Lavender Pink #FDB2DC
RGB
CMYK
RGB Variations
Color information
#FDB2DC (or 0xFDB2DC) is known color: Lavender Pink. HEX triplet: FD, B2 and DC. RGB value is (253,178,220). Sum of RGB (Red+Green+Blue) = 253+178+220=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2DC is #024D23. Grayscale: #CDCDCD. Windows color (decimal): -150820 or 14463741. OLE color: 14463741.
HSL color Cylindrical-coordinate representation of color #FDB2DC: hue angle of 326.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2DC is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 220 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.01 |
| HSL | 326.4º | 0.95% | 0.85% | - |
| HSV(B) | 326.4º | 0.3% | 0.99% | - |
| XYZ | 69.35 | 57.89 | 75.23 | - |
| YUV | 205.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 220 | 0 | 0.30 | 0.13 | 0.01 | 326.4 | 0.95 | 0.85 |
| Hex | FD | B2 | DC | 0 | 1E | D | 1 | 146 | 5F | 55 |
| Octal | 375 | 262 | 334 | 0 | 36 | 15 | 1 | 506 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11011100 | 0 | 11110 | 1101 | 1 | 101000110 | 1011111 | 1010101 |
Color Harmonies of #FDB2DC
Complementary color
Monochromatic Colors of #FDB2DC
Black with #FDB2DC
Text Example
Text Example
White with #FDB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2DC; }
p { color: rgb(253,178,220); }
H1.HeaderClassName
{
color: #FDB2DC;
}
.AnyTagClassName
{
color: #FDB2DC;
}
</style>
background-color css
<style>
a { background-color: #FDB2DC; }
a { background-color: rgb(253,178,220); }
div.DivClassName
{
background-color: #FDB2DC;
}
.BgClassName
{
background-color: #FDB2DC;
}
</style>
border-color css
<style>
span { border-color: #FDB2DC; }
span { border-color: rgb(253,178,220); }
td.TdClassName
{
border-color: #FDB2DC;
}
.TagClassName
{
border-color: #FDB2DC;
}
</style>