Shades of Lavender Pink #FDB3DA
Tints of Lavender Pink #FDB3DA
RGB
CMYK
RGB Variations
Color information
#FDB3DA (or 0xFDB3DA) is known color: Lavender Pink. HEX triplet: FD, B3 and DA. RGB value is (253,179,218). Sum of RGB (Red+Green+Blue) = 253+179+218=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3DA is #024C25. Grayscale: #CDCDCD. Windows color (decimal): -150566 or 14332925. OLE color: 14332925.
HSL color Cylindrical-coordinate representation of color #FDB3DA: hue angle of 328.38º 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 #FDB3DA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 218 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.01 |
| HSL | 328.38º | 0.95% | 0.85% | - |
| HSV(B) | 328.38º | 0.29% | 0.99% | - |
| XYZ | 69.28 | 58.18 | 73.91 | - |
| YUV | 205.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 218 | 0 | 0.29 | 0.14 | 0.01 | 328.38 | 0.95 | 0.85 |
| Hex | FD | B3 | DA | 0 | 1D | E | 1 | 148 | 5F | 55 |
| Octal | 375 | 263 | 332 | 0 | 35 | 16 | 1 | 510 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11011010 | 0 | 11101 | 1110 | 1 | 101001000 | 1011111 | 1010101 |
Color Harmonies of #FDB3DA
Complementary color
Monochromatic Colors of #FDB3DA
Black with #FDB3DA
Text Example
Text Example
White with #FDB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3DA; }
p { color: rgb(253,179,218); }
H1.HeaderClassName
{
color: #FDB3DA;
}
.AnyTagClassName
{
color: #FDB3DA;
}
</style>
background-color css
<style>
a { background-color: #FDB3DA; }
a { background-color: rgb(253,179,218); }
div.DivClassName
{
background-color: #FDB3DA;
}
.BgClassName
{
background-color: #FDB3DA;
}
</style>
border-color css
<style>
span { border-color: #FDB3DA; }
span { border-color: rgb(253,179,218); }
td.TdClassName
{
border-color: #FDB3DA;
}
.TagClassName
{
border-color: #FDB3DA;
}
</style>