Shades of Light Pink #FDA8A9
Tints of Light Pink #FDA8A9
RGB
CMYK
RGB Variations
Color information
#FDA8A9 (or 0xFDA8A9) is known color: Light Pink. HEX triplet: FD, A8 and A9. RGB value is (253,168,169). Sum of RGB (Red+Green+Blue) = 253+168+169=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA8A9 is #025756. Grayscale: #C1C1C1. Windows color (decimal): -153431 or 11118845. OLE color: 11118845.
HSL color Cylindrical-coordinate representation of color #FDA8A9: hue angle of 359.29º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8A9 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 169 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.01 |
| HSL | 359.29º | 0.96% | 0.83% | - |
| HSV(B) | 359.29º | 0.34% | 0.99% | - |
| XYZ | 61.67 | 51.75 | 44.27 | - |
| YUV | 193.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 169 | 0 | 0.34 | 0.33 | 0.01 | 359.29 | 0.96 | 0.83 |
| Hex | FD | A8 | A9 | 0 | 22 | 21 | 1 | 167 | 60 | 53 |
| Octal | 375 | 250 | 251 | 0 | 42 | 41 | 1 | 547 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10101001 | 0 | 100010 | 100001 | 1 | 101100111 | 1100000 | 1010011 |
Color Harmonies of #FDA8A9
Complementary color
Monochromatic Colors of #FDA8A9
Black with #FDA8A9
Text Example
Text Example
White with #FDA8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8A9; }
p { color: rgb(253,168,169); }
H1.HeaderClassName
{
color: #FDA8A9;
}
.AnyTagClassName
{
color: #FDA8A9;
}
</style>
background-color css
<style>
a { background-color: #FDA8A9; }
a { background-color: rgb(253,168,169); }
div.DivClassName
{
background-color: #FDA8A9;
}
.BgClassName
{
background-color: #FDA8A9;
}
</style>
border-color css
<style>
span { border-color: #FDA8A9; }
span { border-color: rgb(253,168,169); }
td.TdClassName
{
border-color: #FDA8A9;
}
.TagClassName
{
border-color: #FDA8A9;
}
</style>