Shades of Light Pink #F6ACB0
Tints of Light Pink #F6ACB0
RGB
CMYK
RGB Variations
Color information
#F6ACB0 (or 0xF6ACB0) is known color: Light Pink. HEX triplet: F6, AC and B0. RGB value is (246,172,176). Sum of RGB (Red+Green+Blue) = 246+172+176=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6ACB0 is #09534F. Grayscale: #C2C2C2. Windows color (decimal): -611152 or 11578614. OLE color: 11578614.
HSL color Cylindrical-coordinate representation of color #F6ACB0: hue angle of 356.76º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACB0 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 176 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.04 |
| HSL | 356.76º | 0.8% | 0.82% | - |
| HSV(B) | 356.76º | 0.3% | 0.96% | - |
| XYZ | 60.6 | 52.23 | 47.96 | - |
| YUV | 194.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 176 | 0 | 0.30 | 0.28 | 0.04 | 356.76 | 0.8 | 0.82 |
| Hex | F6 | AC | B0 | 0 | 1E | 1C | 4 | 165 | 50 | 52 |
| Octal | 366 | 254 | 260 | 0 | 36 | 34 | 4 | 545 | 120 | 122 |
| Binary | 11110110 | 10101100 | 10110000 | 0 | 11110 | 11100 | 100 | 101100101 | 1010000 | 1010010 |
Color Harmonies of #F6ACB0
Complementary color
Monochromatic Colors of #F6ACB0
Black with #F6ACB0
Text Example
Text Example
White with #F6ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACB0; }
p { color: rgb(246,172,176); }
H1.HeaderClassName
{
color: #F6ACB0;
}
.AnyTagClassName
{
color: #F6ACB0;
}
</style>
background-color css
<style>
a { background-color: #F6ACB0; }
a { background-color: rgb(246,172,176); }
div.DivClassName
{
background-color: #F6ACB0;
}
.BgClassName
{
background-color: #F6ACB0;
}
</style>
border-color css
<style>
span { border-color: #F6ACB0; }
span { border-color: rgb(246,172,176); }
td.TdClassName
{
border-color: #F6ACB0;
}
.TagClassName
{
border-color: #F6ACB0;
}
</style>