Shades of Light Pink #F8A8AE
Tints of Light Pink #F8A8AE
RGB
CMYK
RGB Variations
Color information
#F8A8AE (or 0xF8A8AE) is known color: Light Pink. HEX triplet: F8, A8 and AE. RGB value is (248,168,174). Sum of RGB (Red+Green+Blue) = 248+168+174=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8AE is #075751. Grayscale: #C0C0C0. Windows color (decimal): -481106 or 11446520. OLE color: 11446520.
HSL color Cylindrical-coordinate representation of color #F8A8AE: hue angle of 355.5º 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 #F8A8AE is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 174 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.03 |
| HSL | 355.5º | 0.85% | 0.82% | - |
| HSV(B) | 355.5º | 0.32% | 0.97% | - |
| XYZ | 60.35 | 51.02 | 46.71 | - |
| YUV | 192.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 174 | 0 | 0.32 | 0.30 | 0.03 | 355.5 | 0.85 | 0.82 |
| Hex | F8 | A8 | AE | 0 | 20 | 1E | 3 | 164 | 55 | 52 |
| Octal | 370 | 250 | 256 | 0 | 40 | 36 | 3 | 544 | 125 | 122 |
| Binary | 11111000 | 10101000 | 10101110 | 0 | 100000 | 11110 | 11 | 101100100 | 1010101 | 1010010 |
Color Harmonies of #F8A8AE
Complementary color
Monochromatic Colors of #F8A8AE
Black with #F8A8AE
Text Example
Text Example
White with #F8A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8AE; }
p { color: rgb(248,168,174); }
H1.HeaderClassName
{
color: #F8A8AE;
}
.AnyTagClassName
{
color: #F8A8AE;
}
</style>
background-color css
<style>
a { background-color: #F8A8AE; }
a { background-color: rgb(248,168,174); }
div.DivClassName
{
background-color: #F8A8AE;
}
.BgClassName
{
background-color: #F8A8AE;
}
</style>
border-color css
<style>
span { border-color: #F8A8AE; }
span { border-color: rgb(248,168,174); }
td.TdClassName
{
border-color: #F8A8AE;
}
.TagClassName
{
border-color: #F8A8AE;
}
</style>