Shades of Light Pink #F8A8AC
Tints of Light Pink #F8A8AC
RGB
CMYK
RGB Variations
Color information
#F8A8AC (or 0xF8A8AC) is known color: Light Pink. HEX triplet: F8, A8 and AC. RGB value is (248,168,172). Sum of RGB (Red+Green+Blue) = 248+168+172=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8AC is #075753. Grayscale: #C0C0C0. Windows color (decimal): -481108 or 11315448. OLE color: 11315448.
HSL color Cylindrical-coordinate representation of color #F8A8AC: hue angle of 357º 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 #F8A8AC is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 172 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.03 |
| HSL | 357º | 0.85% | 0.82% | - |
| HSV(B) | 357º | 0.32% | 0.97% | - |
| XYZ | 60.16 | 50.94 | 45.69 | - |
| YUV | 192.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 172 | 0 | 0.32 | 0.31 | 0.03 | 357 | 0.85 | 0.82 |
| Hex | F8 | A8 | AC | 0 | 20 | 1F | 3 | 165 | 55 | 52 |
| Octal | 370 | 250 | 254 | 0 | 40 | 37 | 3 | 545 | 125 | 122 |
| Binary | 11111000 | 10101000 | 10101100 | 0 | 100000 | 11111 | 11 | 101100101 | 1010101 | 1010010 |
Color Harmonies of #F8A8AC
Complementary color
Monochromatic Colors of #F8A8AC
Black with #F8A8AC
Text Example
Text Example
White with #F8A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8AC; }
p { color: rgb(248,168,172); }
H1.HeaderClassName
{
color: #F8A8AC;
}
.AnyTagClassName
{
color: #F8A8AC;
}
</style>
background-color css
<style>
a { background-color: #F8A8AC; }
a { background-color: rgb(248,168,172); }
div.DivClassName
{
background-color: #F8A8AC;
}
.BgClassName
{
background-color: #F8A8AC;
}
</style>
border-color css
<style>
span { border-color: #F8A8AC; }
span { border-color: rgb(248,168,172); }
td.TdClassName
{
border-color: #F8A8AC;
}
.TagClassName
{
border-color: #F8A8AC;
}
</style>