Shades of Light Pink #FAA8AD
Tints of Light Pink #FAA8AD
RGB
CMYK
RGB Variations
Color information
#FAA8AD (or 0xFAA8AD) is known color: Light Pink. HEX triplet: FA, A8 and AD. RGB value is (250,168,173). Sum of RGB (Red+Green+Blue) = 250+168+173=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8AD is #055752. Grayscale: #C1C1C1. Windows color (decimal): -350035 or 11380986. OLE color: 11380986.
HSL color Cylindrical-coordinate representation of color #FAA8AD: hue angle of 356.34º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8AD is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 173 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.02 |
| HSL | 356.34º | 0.89% | 0.82% | - |
| HSV(B) | 356.34º | 0.33% | 0.98% | - |
| XYZ | 60.97 | 51.35 | 46.23 | - |
| YUV | 193.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 173 | 0 | 0.33 | 0.31 | 0.02 | 356.34 | 0.89 | 0.82 |
| Hex | FA | A8 | AD | 0 | 21 | 1F | 2 | 164 | 59 | 52 |
| Octal | 372 | 250 | 255 | 0 | 41 | 37 | 2 | 544 | 131 | 122 |
| Binary | 11111010 | 10101000 | 10101101 | 0 | 100001 | 11111 | 10 | 101100100 | 1011001 | 1010010 |
Color Harmonies of #FAA8AD
Complementary color
Monochromatic Colors of #FAA8AD
Black with #FAA8AD
Text Example
Text Example
White with #FAA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8AD; }
p { color: rgb(250,168,173); }
H1.HeaderClassName
{
color: #FAA8AD;
}
.AnyTagClassName
{
color: #FAA8AD;
}
</style>
background-color css
<style>
a { background-color: #FAA8AD; }
a { background-color: rgb(250,168,173); }
div.DivClassName
{
background-color: #FAA8AD;
}
.BgClassName
{
background-color: #FAA8AD;
}
</style>
border-color css
<style>
span { border-color: #FAA8AD; }
span { border-color: rgb(250,168,173); }
td.TdClassName
{
border-color: #FAA8AD;
}
.TagClassName
{
border-color: #FAA8AD;
}
</style>