Shades of Light Pink #FDAAAF
Tints of Light Pink #FDAAAF
RGB
CMYK
RGB Variations
Color information
#FDAAAF (or 0xFDAAAF) is known color: Light Pink. HEX triplet: FD, AA and AF. RGB value is (253,170,175). Sum of RGB (Red+Green+Blue) = 253+170+175=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAAF is #025550. Grayscale: #C3C3C3. Windows color (decimal): -152913 or 11512573. OLE color: 11512573.
HSL color Cylindrical-coordinate representation of color #FDAAAF: hue angle of 356.39º 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 #FDAAAF is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 175 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.01 |
| HSL | 356.39º | 0.95% | 0.83% | - |
| HSV(B) | 356.39º | 0.33% | 0.99% | - |
| XYZ | 62.62 | 52.73 | 47.43 | - |
| YUV | 195.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 175 | 0 | 0.33 | 0.31 | 0.01 | 356.39 | 0.95 | 0.83 |
| Hex | FD | AA | AF | 0 | 21 | 1F | 1 | 164 | 5F | 53 |
| Octal | 375 | 252 | 257 | 0 | 41 | 37 | 1 | 544 | 137 | 123 |
| Binary | 11111101 | 10101010 | 10101111 | 0 | 100001 | 11111 | 1 | 101100100 | 1011111 | 1010011 |
Color Harmonies of #FDAAAF
Complementary color
Monochromatic Colors of #FDAAAF
Black with #FDAAAF
Text Example
Text Example
White with #FDAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAAF; }
p { color: rgb(253,170,175); }
H1.HeaderClassName
{
color: #FDAAAF;
}
.AnyTagClassName
{
color: #FDAAAF;
}
</style>
background-color css
<style>
a { background-color: #FDAAAF; }
a { background-color: rgb(253,170,175); }
div.DivClassName
{
background-color: #FDAAAF;
}
.BgClassName
{
background-color: #FDAAAF;
}
</style>
border-color css
<style>
span { border-color: #FDAAAF; }
span { border-color: rgb(253,170,175); }
td.TdClassName
{
border-color: #FDAAAF;
}
.TagClassName
{
border-color: #FDAAAF;
}
</style>