Shades of Lavender Pink #FDAAD9
Tints of Lavender Pink #FDAAD9
RGB
CMYK
RGB Variations
Color information
#FDAAD9 (or 0xFDAAD9) is known color: Lavender Pink. HEX triplet: FD, AA and D9. RGB value is (253,170,217). Sum of RGB (Red+Green+Blue) = 253+170+217=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAD9 is #025526. Grayscale: #C8C8C8. Windows color (decimal): -152871 or 14265085. OLE color: 14265085.
HSL color Cylindrical-coordinate representation of color #FDAAD9: hue angle of 326.02º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAD9 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 217 | - |
CMYK | 0 | 0.33 | 0.14 | 0.01 |
HSL | 326.02º | 0.95% | 0.83% | - |
HSV(B) | 326.02º | 0.33% | 0.99% | - |
XYZ | 67.41 | 54.64 | 72.64 | - |
YUV | 200.18 | 137.5 | 165.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 217 | 0 | 0.33 | 0.14 | 0.01 | 326.02 | 0.95 | 0.83 |
Hex | FD | AA | D9 | 0 | 21 | E | 1 | 146 | 5F | 53 |
Octal | 375 | 252 | 331 | 0 | 41 | 16 | 1 | 506 | 137 | 123 |
Binary | 11111101 | 10101010 | 11011001 | 0 | 100001 | 1110 | 1 | 101000110 | 1011111 | 1010011 |
Color Harmonies of #FDAAD9
Complementary color
Monochromatic Colors of #FDAAD9
Black with #FDAAD9
Text Example
Text Example
White with #FDAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAD9; }
p { color: rgb(253,170,217); }
H1.HeaderClassName
{
color: #FDAAD9;
}
.AnyTagClassName
{
color: #FDAAD9;
}
</style>
background-color css
<style>
a { background-color: #FDAAD9; }
a { background-color: rgb(253,170,217); }
div.DivClassName
{
background-color: #FDAAD9;
}
.BgClassName
{
background-color: #FDAAD9;
}
</style>
border-color css
<style>
span { border-color: #FDAAD9; }
span { border-color: rgb(253,170,217); }
td.TdClassName
{
border-color: #FDAAD9;
}
.TagClassName
{
border-color: #FDAAD9;
}
</style>