Shades of Lavender Pink #FDADDB
Tints of Lavender Pink #FDADDB
RGB
CMYK
RGB Variations
Color information
#FDADDB (or 0xFDADDB) is known color: Lavender Pink. HEX triplet: FD, AD and DB. RGB value is (253,173,219). Sum of RGB (Red+Green+Blue) = 253+173+219=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADDB is #025224. Grayscale: #CACACA. Windows color (decimal): -152101 or 14396925. OLE color: 14396925.
HSL color Cylindrical-coordinate representation of color #FDADDB: hue angle of 325.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADDB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 219 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.01 |
| HSL | 325.5º | 0.95% | 0.84% | - |
| HSV(B) | 325.5º | 0.32% | 0.99% | - |
| XYZ | 68.24 | 55.88 | 74.21 | - |
| YUV | 202.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 219 | 0 | 0.32 | 0.13 | 0.01 | 325.5 | 0.95 | 0.84 |
| Hex | FD | AD | DB | 0 | 20 | D | 1 | 146 | 5F | 54 |
| Octal | 375 | 255 | 333 | 0 | 40 | 15 | 1 | 506 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11011011 | 0 | 100000 | 1101 | 1 | 101000110 | 1011111 | 1010100 |
Color Harmonies of #FDADDB
Complementary color
Monochromatic Colors of #FDADDB
Black with #FDADDB
Text Example
Text Example
White with #FDADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADDB; }
p { color: rgb(253,173,219); }
H1.HeaderClassName
{
color: #FDADDB;
}
.AnyTagClassName
{
color: #FDADDB;
}
</style>
background-color css
<style>
a { background-color: #FDADDB; }
a { background-color: rgb(253,173,219); }
div.DivClassName
{
background-color: #FDADDB;
}
.BgClassName
{
background-color: #FDADDB;
}
</style>
border-color css
<style>
span { border-color: #FDADDB; }
span { border-color: rgb(253,173,219); }
td.TdClassName
{
border-color: #FDADDB;
}
.TagClassName
{
border-color: #FDADDB;
}
</style>