Shades of Light Pink #F8A8AF
Tints of Light Pink #F8A8AF
RGB
CMYK
RGB Variations
Color information
#F8A8AF (or 0xF8A8AF) is known color: Light Pink. HEX triplet: F8, A8 and AF. RGB value is (248,168,175). Sum of RGB (Red+Green+Blue) = 248+168+175=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8AF is #075750. Grayscale: #C0C0C0. Windows color (decimal): -481105 or 11512056. OLE color: 11512056.
HSL color Cylindrical-coordinate representation of color #F8A8AF: hue angle of 354.75º 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 #F8A8AF is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 175 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.03 |
| HSL | 354.75º | 0.85% | 0.82% | - |
| HSV(B) | 354.75º | 0.32% | 0.97% | - |
| XYZ | 60.45 | 51.06 | 47.23 | - |
| YUV | 192.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 175 | 0 | 0.32 | 0.29 | 0.03 | 354.75 | 0.85 | 0.82 |
| Hex | F8 | A8 | AF | 0 | 20 | 1D | 3 | 163 | 55 | 52 |
| Octal | 370 | 250 | 257 | 0 | 40 | 35 | 3 | 543 | 125 | 122 |
| Binary | 11111000 | 10101000 | 10101111 | 0 | 100000 | 11101 | 11 | 101100011 | 1010101 | 1010010 |
Color Harmonies of #F8A8AF
Complementary color
Monochromatic Colors of #F8A8AF
Black with #F8A8AF
Text Example
Text Example
White with #F8A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8AF; }
p { color: rgb(248,168,175); }
H1.HeaderClassName
{
color: #F8A8AF;
}
.AnyTagClassName
{
color: #F8A8AF;
}
</style>
background-color css
<style>
a { background-color: #F8A8AF; }
a { background-color: rgb(248,168,175); }
div.DivClassName
{
background-color: #F8A8AF;
}
.BgClassName
{
background-color: #F8A8AF;
}
</style>
border-color css
<style>
span { border-color: #F8A8AF; }
span { border-color: rgb(248,168,175); }
td.TdClassName
{
border-color: #F8A8AF;
}
.TagClassName
{
border-color: #F8A8AF;
}
</style>