Shades of Light Pink #F7ABAF
Tints of Light Pink #F7ABAF
RGB
CMYK
RGB Variations
Color information
#F7ABAF (or 0xF7ABAF) is known color: Light Pink. HEX triplet: F7, AB and AF. RGB value is (247,171,175). Sum of RGB (Red+Green+Blue) = 247+171+175=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ABAF is #085450. Grayscale: #C2C2C2. Windows color (decimal): -545873 or 11512823. OLE color: 11512823.
HSL color Cylindrical-coordinate representation of color #F7ABAF: hue angle of 356.84º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABAF is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 175 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.03 |
| HSL | 356.84º | 0.83% | 0.82% | - |
| HSV(B) | 356.84º | 0.31% | 0.97% | - |
| XYZ | 60.66 | 52 | 47.4 | - |
| YUV | 194.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 175 | 0 | 0.31 | 0.29 | 0.03 | 356.84 | 0.83 | 0.82 |
| Hex | F7 | AB | AF | 0 | 1F | 1D | 3 | 165 | 53 | 52 |
| Octal | 367 | 253 | 257 | 0 | 37 | 35 | 3 | 545 | 123 | 122 |
| Binary | 11110111 | 10101011 | 10101111 | 0 | 11111 | 11101 | 11 | 101100101 | 1010011 | 1010010 |
Color Harmonies of #F7ABAF
Complementary color
Monochromatic Colors of #F7ABAF
Black with #F7ABAF
Text Example
Text Example
White with #F7ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ABAF; }
p { color: rgb(247,171,175); }
H1.HeaderClassName
{
color: #F7ABAF;
}
.AnyTagClassName
{
color: #F7ABAF;
}
</style>
background-color css
<style>
a { background-color: #F7ABAF; }
a { background-color: rgb(247,171,175); }
div.DivClassName
{
background-color: #F7ABAF;
}
.BgClassName
{
background-color: #F7ABAF;
}
</style>
border-color css
<style>
span { border-color: #F7ABAF; }
span { border-color: rgb(247,171,175); }
td.TdClassName
{
border-color: #F7ABAF;
}
.TagClassName
{
border-color: #F7ABAF;
}
</style>