Shades of Light Pink #FDA9AB
Tints of Light Pink #FDA9AB
RGB
CMYK
RGB Variations
Color information
#FDA9AB (or 0xFDA9AB) is known color: Light Pink. HEX triplet: FD, A9 and AB. RGB value is (253,169,171). Sum of RGB (Red+Green+Blue) = 253+169+171=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9AB is #025654. Grayscale: #C2C2C2. Windows color (decimal): -153173 or 11250173. OLE color: 11250173.
HSL color Cylindrical-coordinate representation of color #FDA9AB: hue angle of 358.57º 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 #FDA9AB is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 171 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.01 |
| HSL | 358.57º | 0.95% | 0.83% | - |
| HSV(B) | 358.57º | 0.33% | 0.99% | - |
| XYZ | 62.05 | 52.2 | 45.33 | - |
| YUV | 194.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 171 | 0 | 0.33 | 0.32 | 0.01 | 358.57 | 0.95 | 0.83 |
| Hex | FD | A9 | AB | 0 | 21 | 20 | 1 | 167 | 5F | 53 |
| Octal | 375 | 251 | 253 | 0 | 41 | 40 | 1 | 547 | 137 | 123 |
| Binary | 11111101 | 10101001 | 10101011 | 0 | 100001 | 100000 | 1 | 101100111 | 1011111 | 1010011 |
Color Harmonies of #FDA9AB
Complementary color
Monochromatic Colors of #FDA9AB
Black with #FDA9AB
Text Example
Text Example
White with #FDA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9AB; }
p { color: rgb(253,169,171); }
H1.HeaderClassName
{
color: #FDA9AB;
}
.AnyTagClassName
{
color: #FDA9AB;
}
</style>
background-color css
<style>
a { background-color: #FDA9AB; }
a { background-color: rgb(253,169,171); }
div.DivClassName
{
background-color: #FDA9AB;
}
.BgClassName
{
background-color: #FDA9AB;
}
</style>
border-color css
<style>
span { border-color: #FDA9AB; }
span { border-color: rgb(253,169,171); }
td.TdClassName
{
border-color: #FDA9AB;
}
.TagClassName
{
border-color: #FDA9AB;
}
</style>