Shades of Lavender Pink #FDB3D9
Tints of Lavender Pink #FDB3D9
RGB
CMYK
RGB Variations
Color information
#FDB3D9 (or 0xFDB3D9) is known color: Lavender Pink. HEX triplet: FD, B3 and D9. RGB value is (253,179,217). Sum of RGB (Red+Green+Blue) = 253+179+217=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3D9 is #024C26. Grayscale: #CDCDCD. Windows color (decimal): -150567 or 14267389. OLE color: 14267389.
HSL color Cylindrical-coordinate representation of color #FDB3D9: hue angle of 329.19º 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 #FDB3D9 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 217 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.01 |
| HSL | 329.19º | 0.95% | 0.85% | - |
| HSV(B) | 329.19º | 0.29% | 0.99% | - |
| XYZ | 69.15 | 58.13 | 73.22 | - |
| YUV | 205.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 217 | 0 | 0.29 | 0.14 | 0.01 | 329.19 | 0.95 | 0.85 |
| Hex | FD | B3 | D9 | 0 | 1D | E | 1 | 149 | 5F | 55 |
| Octal | 375 | 263 | 331 | 0 | 35 | 16 | 1 | 511 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11011001 | 0 | 11101 | 1110 | 1 | 101001001 | 1011111 | 1010101 |
Color Harmonies of #FDB3D9
Complementary color
Monochromatic Colors of #FDB3D9
Black with #FDB3D9
Text Example
Text Example
White with #FDB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3D9; }
p { color: rgb(253,179,217); }
H1.HeaderClassName
{
color: #FDB3D9;
}
.AnyTagClassName
{
color: #FDB3D9;
}
</style>
background-color css
<style>
a { background-color: #FDB3D9; }
a { background-color: rgb(253,179,217); }
div.DivClassName
{
background-color: #FDB3D9;
}
.BgClassName
{
background-color: #FDB3D9;
}
</style>
border-color css
<style>
span { border-color: #FDB3D9; }
span { border-color: rgb(253,179,217); }
td.TdClassName
{
border-color: #FDB3D9;
}
.TagClassName
{
border-color: #FDB3D9;
}
</style>