Shades of Light Pink #F8A9AD
Tints of Light Pink #F8A9AD
RGB
CMYK
RGB Variations
Color information
#F8A9AD (or 0xF8A9AD) is known color: Light Pink. HEX triplet: F8, A9 and AD. RGB value is (248,169,173). Sum of RGB (Red+Green+Blue) = 248+169+173=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A9AD is #075652. Grayscale: #C1C1C1. Windows color (decimal): -480851 or 11381240. OLE color: 11381240.
HSL color Cylindrical-coordinate representation of color #F8A9AD: hue angle of 356.96º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9AD is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 173 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.03 |
| HSL | 356.96º | 0.85% | 0.82% | - |
| HSV(B) | 356.96º | 0.32% | 0.97% | - |
| XYZ | 60.44 | 51.35 | 46.26 | - |
| YUV | 193.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 173 | 0 | 0.32 | 0.30 | 0.03 | 356.96 | 0.85 | 0.82 |
| Hex | F8 | A9 | AD | 0 | 20 | 1E | 3 | 165 | 55 | 52 |
| Octal | 370 | 251 | 255 | 0 | 40 | 36 | 3 | 545 | 125 | 122 |
| Binary | 11111000 | 10101001 | 10101101 | 0 | 100000 | 11110 | 11 | 101100101 | 1010101 | 1010010 |
Color Harmonies of #F8A9AD
Complementary color
Monochromatic Colors of #F8A9AD
Black with #F8A9AD
Text Example
Text Example
White with #F8A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9AD; }
p { color: rgb(248,169,173); }
H1.HeaderClassName
{
color: #F8A9AD;
}
.AnyTagClassName
{
color: #F8A9AD;
}
</style>
background-color css
<style>
a { background-color: #F8A9AD; }
a { background-color: rgb(248,169,173); }
div.DivClassName
{
background-color: #F8A9AD;
}
.BgClassName
{
background-color: #F8A9AD;
}
</style>
border-color css
<style>
span { border-color: #F8A9AD; }
span { border-color: rgb(248,169,173); }
td.TdClassName
{
border-color: #F8A9AD;
}
.TagClassName
{
border-color: #F8A9AD;
}
</style>