Shades of Light Pink #FDAAAB
Tints of Light Pink #FDAAAB
RGB
CMYK
RGB Variations
Color information
#FDAAAB (or 0xFDAAAB) is known color: Light Pink. HEX triplet: FD, AA and AB. RGB value is (253,170,171). Sum of RGB (Red+Green+Blue) = 253+170+171=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAAB is #025554. Grayscale: #C3C3C3. Windows color (decimal): -152917 or 11250429. OLE color: 11250429.
HSL color Cylindrical-coordinate representation of color #FDAAAB: hue angle of 359.28º 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 #FDAAAB is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 171 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.01 |
| HSL | 359.28º | 0.95% | 0.83% | - |
| HSV(B) | 359.28º | 0.33% | 0.99% | - |
| XYZ | 62.23 | 52.57 | 45.4 | - |
| YUV | 194.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 171 | 0 | 0.33 | 0.32 | 0.01 | 359.28 | 0.95 | 0.83 |
| Hex | FD | AA | AB | 0 | 21 | 20 | 1 | 167 | 5F | 53 |
| Octal | 375 | 252 | 253 | 0 | 41 | 40 | 1 | 547 | 137 | 123 |
| Binary | 11111101 | 10101010 | 10101011 | 0 | 100001 | 100000 | 1 | 101100111 | 1011111 | 1010011 |
Color Harmonies of #FDAAAB
Complementary color
Monochromatic Colors of #FDAAAB
Black with #FDAAAB
Text Example
Text Example
White with #FDAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAAB; }
p { color: rgb(253,170,171); }
H1.HeaderClassName
{
color: #FDAAAB;
}
.AnyTagClassName
{
color: #FDAAAB;
}
</style>
background-color css
<style>
a { background-color: #FDAAAB; }
a { background-color: rgb(253,170,171); }
div.DivClassName
{
background-color: #FDAAAB;
}
.BgClassName
{
background-color: #FDAAAB;
}
</style>
border-color css
<style>
span { border-color: #FDAAAB; }
span { border-color: rgb(253,170,171); }
td.TdClassName
{
border-color: #FDAAAB;
}
.TagClassName
{
border-color: #FDAAAB;
}
</style>