Shades of Lavender Pink #FDB3DE
Tints of Lavender Pink #FDB3DE
RGB
CMYK
RGB Variations
Color information
#FDB3DE (or 0xFDB3DE) is known color: Lavender Pink. HEX triplet: FD, B3 and DE. RGB value is (253,179,222). Sum of RGB (Red+Green+Blue) = 253+179+222=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3DE is #024C21. Grayscale: #CDCDCD. Windows color (decimal): -150562 or 14595069. OLE color: 14595069.
HSL color Cylindrical-coordinate representation of color #FDB3DE: hue angle of 325.14º 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 #FDB3DE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 222 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.01 |
| HSL | 325.14º | 0.95% | 0.85% | - |
| HSV(B) | 325.14º | 0.29% | 0.99% | - |
| XYZ | 69.81 | 58.4 | 76.7 | - |
| YUV | 206.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 222 | 0 | 0.29 | 0.12 | 0.01 | 325.14 | 0.95 | 0.85 |
| Hex | FD | B3 | DE | 0 | 1D | C | 1 | 145 | 5F | 55 |
| Octal | 375 | 263 | 336 | 0 | 35 | 14 | 1 | 505 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11011110 | 0 | 11101 | 1100 | 1 | 101000101 | 1011111 | 1010101 |
Color Harmonies of #FDB3DE
Complementary color
Monochromatic Colors of #FDB3DE
Black with #FDB3DE
Text Example
Text Example
White with #FDB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3DE; }
p { color: rgb(253,179,222); }
H1.HeaderClassName
{
color: #FDB3DE;
}
.AnyTagClassName
{
color: #FDB3DE;
}
</style>
background-color css
<style>
a { background-color: #FDB3DE; }
a { background-color: rgb(253,179,222); }
div.DivClassName
{
background-color: #FDB3DE;
}
.BgClassName
{
background-color: #FDB3DE;
}
</style>
border-color css
<style>
span { border-color: #FDB3DE; }
span { border-color: rgb(253,179,222); }
td.TdClassName
{
border-color: #FDB3DE;
}
.TagClassName
{
border-color: #FDB3DE;
}
</style>