Shades of Lavender Pink #FDB3DC
Tints of Lavender Pink #FDB3DC
RGB
CMYK
RGB Variations
Color information
#FDB3DC (or 0xFDB3DC) is known color: Lavender Pink. HEX triplet: FD, B3 and DC. RGB value is (253,179,220). Sum of RGB (Red+Green+Blue) = 253+179+220=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3DC is #024C23. Grayscale: #CDCDCD. Windows color (decimal): -150564 or 14463997. OLE color: 14463997.
HSL color Cylindrical-coordinate representation of color #FDB3DC: hue angle of 326.76º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3DC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 220 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.01 |
| HSL | 326.76º | 0.95% | 0.85% | - |
| HSV(B) | 326.76º | 0.29% | 0.99% | - |
| XYZ | 69.55 | 58.29 | 75.3 | - |
| YUV | 205.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 220 | 0 | 0.29 | 0.13 | 0.01 | 326.76 | 0.95 | 0.85 |
| Hex | FD | B3 | DC | 0 | 1D | D | 1 | 147 | 5F | 55 |
| Octal | 375 | 263 | 334 | 0 | 35 | 15 | 1 | 507 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11011100 | 0 | 11101 | 1101 | 1 | 101000111 | 1011111 | 1010101 |
Color Harmonies of #FDB3DC
Complementary color
Monochromatic Colors of #FDB3DC
Black with #FDB3DC
Text Example
Text Example
White with #FDB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3DC; }
p { color: rgb(253,179,220); }
H1.HeaderClassName
{
color: #FDB3DC;
}
.AnyTagClassName
{
color: #FDB3DC;
}
</style>
background-color css
<style>
a { background-color: #FDB3DC; }
a { background-color: rgb(253,179,220); }
div.DivClassName
{
background-color: #FDB3DC;
}
.BgClassName
{
background-color: #FDB3DC;
}
</style>
border-color css
<style>
span { border-color: #FDB3DC; }
span { border-color: rgb(253,179,220); }
td.TdClassName
{
border-color: #FDB3DC;
}
.TagClassName
{
border-color: #FDB3DC;
}
</style>