Shades of Light Pink #FDA6AD
Tints of Light Pink #FDA6AD
RGB
CMYK
RGB Variations
Color information
#FDA6AD (or 0xFDA6AD) is known color: Light Pink. HEX triplet: FD, A6 and AD. RGB value is (253,166,173). Sum of RGB (Red+Green+Blue) = 253+166+173=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA6AD is #025952. Grayscale: #C0C0C0. Windows color (decimal): -153939 or 11380477. OLE color: 11380477.
HSL color Cylindrical-coordinate representation of color #FDA6AD: hue angle of 355.17º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6AD is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 173 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.01 |
| HSL | 355.17º | 0.96% | 0.82% | - |
| HSV(B) | 355.17º | 0.34% | 0.99% | - |
| XYZ | 61.69 | 51.17 | 46.16 | - |
| YUV | 192.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 173 | 0 | 0.34 | 0.32 | 0.01 | 355.17 | 0.96 | 0.82 |
| Hex | FD | A6 | AD | 0 | 22 | 20 | 1 | 163 | 60 | 52 |
| Octal | 375 | 246 | 255 | 0 | 42 | 40 | 1 | 543 | 140 | 122 |
| Binary | 11111101 | 10100110 | 10101101 | 0 | 100010 | 100000 | 1 | 101100011 | 1100000 | 1010010 |
Color Harmonies of #FDA6AD
Complementary color
Monochromatic Colors of #FDA6AD
Black with #FDA6AD
Text Example
Text Example
White with #FDA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6AD; }
p { color: rgb(253,166,173); }
H1.HeaderClassName
{
color: #FDA6AD;
}
.AnyTagClassName
{
color: #FDA6AD;
}
</style>
background-color css
<style>
a { background-color: #FDA6AD; }
a { background-color: rgb(253,166,173); }
div.DivClassName
{
background-color: #FDA6AD;
}
.BgClassName
{
background-color: #FDA6AD;
}
</style>
border-color css
<style>
span { border-color: #FDA6AD; }
span { border-color: rgb(253,166,173); }
td.TdClassName
{
border-color: #FDA6AD;
}
.TagClassName
{
border-color: #FDA6AD;
}
</style>