Shades of Lavender Pink #FDB3DD
Tints of Lavender Pink #FDB3DD
RGB
CMYK
RGB Variations
Color information
#FDB3DD (or 0xFDB3DD) is known color: Lavender Pink. HEX triplet: FD, B3 and DD. RGB value is (253,179,221). Sum of RGB (Red+Green+Blue) = 253+179+221=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3DD is #024C22. Grayscale: #CDCDCD. Windows color (decimal): -150563 or 14529533. OLE color: 14529533.
HSL color Cylindrical-coordinate representation of color #FDB3DD: hue angle of 325.95º 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 #FDB3DD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 221 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.01 |
| HSL | 325.95º | 0.95% | 0.85% | - |
| HSV(B) | 325.95º | 0.29% | 0.99% | - |
| XYZ | 69.68 | 58.34 | 76 | - |
| YUV | 205.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 221 | 0 | 0.29 | 0.13 | 0.01 | 325.95 | 0.95 | 0.85 |
| Hex | FD | B3 | DD | 0 | 1D | D | 1 | 146 | 5F | 55 |
| Octal | 375 | 263 | 335 | 0 | 35 | 15 | 1 | 506 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11011101 | 0 | 11101 | 1101 | 1 | 101000110 | 1011111 | 1010101 |
Color Harmonies of #FDB3DD
Complementary color
Monochromatic Colors of #FDB3DD
Black with #FDB3DD
Text Example
Text Example
White with #FDB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3DD; }
p { color: rgb(253,179,221); }
H1.HeaderClassName
{
color: #FDB3DD;
}
.AnyTagClassName
{
color: #FDB3DD;
}
</style>
background-color css
<style>
a { background-color: #FDB3DD; }
a { background-color: rgb(253,179,221); }
div.DivClassName
{
background-color: #FDB3DD;
}
.BgClassName
{
background-color: #FDB3DD;
}
</style>
border-color css
<style>
span { border-color: #FDB3DD; }
span { border-color: rgb(253,179,221); }
td.TdClassName
{
border-color: #FDB3DD;
}
.TagClassName
{
border-color: #FDB3DD;
}
</style>