Shades of Light Pink #F7A8AE
Tints of Light Pink #F7A8AE
RGB
CMYK
RGB Variations
Color information
#F7A8AE (or 0xF7A8AE) is known color: Light Pink. HEX triplet: F7, A8 and AE. RGB value is (247,168,174). Sum of RGB (Red+Green+Blue) = 247+168+174=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A8AE is #085751. Grayscale: #C0C0C0. Windows color (decimal): -546642 or 11446519. OLE color: 11446519.
HSL color Cylindrical-coordinate representation of color #F7A8AE: hue angle of 355.44º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8AE is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 174 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.03 |
| HSL | 355.44º | 0.83% | 0.81% | - |
| HSV(B) | 355.44º | 0.32% | 0.97% | - |
| XYZ | 60 | 50.84 | 46.69 | - |
| YUV | 192.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 174 | 0 | 0.32 | 0.30 | 0.03 | 355.44 | 0.83 | 0.81 |
| Hex | F7 | A8 | AE | 0 | 20 | 1E | 3 | 163 | 53 | 51 |
| Octal | 367 | 250 | 256 | 0 | 40 | 36 | 3 | 543 | 123 | 121 |
| Binary | 11110111 | 10101000 | 10101110 | 0 | 100000 | 11110 | 11 | 101100011 | 1010011 | 1010001 |
Color Harmonies of #F7A8AE
Complementary color
Monochromatic Colors of #F7A8AE
Black with #F7A8AE
Text Example
Text Example
White with #F7A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8AE; }
p { color: rgb(247,168,174); }
H1.HeaderClassName
{
color: #F7A8AE;
}
.AnyTagClassName
{
color: #F7A8AE;
}
</style>
background-color css
<style>
a { background-color: #F7A8AE; }
a { background-color: rgb(247,168,174); }
div.DivClassName
{
background-color: #F7A8AE;
}
.BgClassName
{
background-color: #F7A8AE;
}
</style>
border-color css
<style>
span { border-color: #F7A8AE; }
span { border-color: rgb(247,168,174); }
td.TdClassName
{
border-color: #F7A8AE;
}
.TagClassName
{
border-color: #F7A8AE;
}
</style>