Shades of Light Pink #FDA8AD
Tints of Light Pink #FDA8AD
RGB
CMYK
RGB Variations
Color information
#FDA8AD (or 0xFDA8AD) is known color: Light Pink. HEX triplet: FD, A8 and AD. RGB value is (253,168,173). Sum of RGB (Red+Green+Blue) = 253+168+173=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA8AD is #025752. Grayscale: #C2C2C2. Windows color (decimal): -153427 or 11380989. OLE color: 11380989.
HSL color Cylindrical-coordinate representation of color #FDA8AD: hue angle of 356.47º 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 #FDA8AD is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 173 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.01 |
| HSL | 356.47º | 0.96% | 0.83% | - |
| HSV(B) | 356.47º | 0.34% | 0.99% | - |
| XYZ | 62.05 | 51.91 | 46.28 | - |
| YUV | 193.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 173 | 0 | 0.34 | 0.32 | 0.01 | 356.47 | 0.96 | 0.83 |
| Hex | FD | A8 | AD | 0 | 22 | 20 | 1 | 164 | 60 | 53 |
| Octal | 375 | 250 | 255 | 0 | 42 | 40 | 1 | 544 | 140 | 123 |
| Binary | 11111101 | 10101000 | 10101101 | 0 | 100010 | 100000 | 1 | 101100100 | 1100000 | 1010011 |
Color Harmonies of #FDA8AD
Complementary color
Monochromatic Colors of #FDA8AD
Black with #FDA8AD
Text Example
Text Example
White with #FDA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8AD; }
p { color: rgb(253,168,173); }
H1.HeaderClassName
{
color: #FDA8AD;
}
.AnyTagClassName
{
color: #FDA8AD;
}
</style>
background-color css
<style>
a { background-color: #FDA8AD; }
a { background-color: rgb(253,168,173); }
div.DivClassName
{
background-color: #FDA8AD;
}
.BgClassName
{
background-color: #FDA8AD;
}
</style>
border-color css
<style>
span { border-color: #FDA8AD; }
span { border-color: rgb(253,168,173); }
td.TdClassName
{
border-color: #FDA8AD;
}
.TagClassName
{
border-color: #FDA8AD;
}
</style>