Shades of Light Pink #FDAABD
Tints of Light Pink #FDAABD
RGB
CMYK
RGB Variations
Color information
#FDAABD (or 0xFDAABD) is known color: Light Pink. HEX triplet: FD, AA and BD. RGB value is (253,170,189). Sum of RGB (Red+Green+Blue) = 253+170+189=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAABD is #025542. Grayscale: #C4C4C4. Windows color (decimal): -152899 or 12430077. OLE color: 12430077.
HSL color Cylindrical-coordinate representation of color #FDAABD: hue angle of 346.27º 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 #FDAABD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 189 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.01 |
| HSL | 346.27º | 0.95% | 0.83% | - |
| HSV(B) | 346.27º | 0.33% | 0.99% | - |
| XYZ | 64.07 | 53.31 | 55.06 | - |
| YUV | 196.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 189 | 0 | 0.33 | 0.25 | 0.01 | 346.27 | 0.95 | 0.83 |
| Hex | FD | AA | BD | 0 | 21 | 19 | 1 | 15A | 5F | 53 |
| Octal | 375 | 252 | 275 | 0 | 41 | 31 | 1 | 532 | 137 | 123 |
| Binary | 11111101 | 10101010 | 10111101 | 0 | 100001 | 11001 | 1 | 101011010 | 1011111 | 1010011 |
Color Harmonies of #FDAABD
Complementary color
Monochromatic Colors of #FDAABD
Black with #FDAABD
Text Example
Text Example
White with #FDAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAABD; }
p { color: rgb(253,170,189); }
H1.HeaderClassName
{
color: #FDAABD;
}
.AnyTagClassName
{
color: #FDAABD;
}
</style>
background-color css
<style>
a { background-color: #FDAABD; }
a { background-color: rgb(253,170,189); }
div.DivClassName
{
background-color: #FDAABD;
}
.BgClassName
{
background-color: #FDAABD;
}
</style>
border-color css
<style>
span { border-color: #FDAABD; }
span { border-color: rgb(253,170,189); }
td.TdClassName
{
border-color: #FDAABD;
}
.TagClassName
{
border-color: #FDAABD;
}
</style>