Shades of Light Pink #F7ACB6
Tints of Light Pink #F7ACB6
RGB
CMYK
RGB Variations
Color information
#F7ACB6 (or 0xF7ACB6) is known color: Light Pink. HEX triplet: F7, AC and B6. RGB value is (247,172,182). Sum of RGB (Red+Green+Blue) = 247+172+182=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACB6 is #085349. Grayscale: #C3C3C3. Windows color (decimal): -545610 or 11971831. OLE color: 11971831.
HSL color Cylindrical-coordinate representation of color #F7ACB6: hue angle of 352º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACB6 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 182 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.03 |
| HSL | 352º | 0.82% | 0.82% | - |
| HSV(B) | 352º | 0.3% | 0.97% | - |
| XYZ | 61.55 | 52.66 | 51.18 | - |
| YUV | 195.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 182 | 0 | 0.30 | 0.26 | 0.03 | 352 | 0.82 | 0.82 |
| Hex | F7 | AC | B6 | 0 | 1E | 1A | 3 | 160 | 52 | 52 |
| Octal | 367 | 254 | 266 | 0 | 36 | 32 | 3 | 540 | 122 | 122 |
| Binary | 11110111 | 10101100 | 10110110 | 0 | 11110 | 11010 | 11 | 101100000 | 1010010 | 1010010 |
Color Harmonies of #F7ACB6
Complementary color
Monochromatic Colors of #F7ACB6
Black with #F7ACB6
Text Example
Text Example
White with #F7ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACB6; }
p { color: rgb(247,172,182); }
H1.HeaderClassName
{
color: #F7ACB6;
}
.AnyTagClassName
{
color: #F7ACB6;
}
</style>
background-color css
<style>
a { background-color: #F7ACB6; }
a { background-color: rgb(247,172,182); }
div.DivClassName
{
background-color: #F7ACB6;
}
.BgClassName
{
background-color: #F7ACB6;
}
</style>
border-color css
<style>
span { border-color: #F7ACB6; }
span { border-color: rgb(247,172,182); }
td.TdClassName
{
border-color: #F7ACB6;
}
.TagClassName
{
border-color: #F7ACB6;
}
</style>