Shades of Lavender Pink #FDADD2
Tints of Lavender Pink #FDADD2
RGB
CMYK
RGB Variations
Color information
#FDADD2 (or 0xFDADD2) is known color: Lavender Pink. HEX triplet: FD, AD and D2. RGB value is (253,173,210). Sum of RGB (Red+Green+Blue) = 253+173+210=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADD2 is #02522D. Grayscale: #C9C9C9. Windows color (decimal): -152110 or 13807101. OLE color: 13807101.
HSL color Cylindrical-coordinate representation of color #FDADD2: hue angle of 332.25º 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 #FDADD2 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 210 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.01 |
| HSL | 332.25º | 0.95% | 0.84% | - |
| HSV(B) | 332.25º | 0.32% | 0.99% | - |
| XYZ | 67.08 | 55.42 | 68.13 | - |
| YUV | 201.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 210 | 0 | 0.32 | 0.17 | 0.01 | 332.25 | 0.95 | 0.84 |
| Hex | FD | AD | D2 | 0 | 20 | 11 | 1 | 14C | 5F | 54 |
| Octal | 375 | 255 | 322 | 0 | 40 | 21 | 1 | 514 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11010010 | 0 | 100000 | 10001 | 1 | 101001100 | 1011111 | 1010100 |
Color Harmonies of #FDADD2
Complementary color
Monochromatic Colors of #FDADD2
Black with #FDADD2
Text Example
Text Example
White with #FDADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADD2; }
p { color: rgb(253,173,210); }
H1.HeaderClassName
{
color: #FDADD2;
}
.AnyTagClassName
{
color: #FDADD2;
}
</style>
background-color css
<style>
a { background-color: #FDADD2; }
a { background-color: rgb(253,173,210); }
div.DivClassName
{
background-color: #FDADD2;
}
.BgClassName
{
background-color: #FDADD2;
}
</style>
border-color css
<style>
span { border-color: #FDADD2; }
span { border-color: rgb(253,173,210); }
td.TdClassName
{
border-color: #FDADD2;
}
.TagClassName
{
border-color: #FDADD2;
}
</style>