Shades of Light Pink #F6ACB3
Tints of Light Pink #F6ACB3
RGB
CMYK
RGB Variations
Color information
#F6ACB3 (or 0xF6ACB3) is known color: Light Pink. HEX triplet: F6, AC and B3. RGB value is (246,172,179). Sum of RGB (Red+Green+Blue) = 246+172+179=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACB3 is #09534C. Grayscale: #C2C2C2. Windows color (decimal): -611149 or 11775222. OLE color: 11775222.
HSL color Cylindrical-coordinate representation of color #F6ACB3: hue angle of 354.32º 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 #F6ACB3 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 179 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.04 |
| HSL | 354.32º | 0.8% | 0.82% | - |
| HSV(B) | 354.32º | 0.3% | 0.96% | - |
| XYZ | 60.9 | 52.35 | 49.54 | - |
| YUV | 194.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 179 | 0 | 0.30 | 0.27 | 0.04 | 354.32 | 0.8 | 0.82 |
| Hex | F6 | AC | B3 | 0 | 1E | 1B | 4 | 162 | 50 | 52 |
| Octal | 366 | 254 | 263 | 0 | 36 | 33 | 4 | 542 | 120 | 122 |
| Binary | 11110110 | 10101100 | 10110011 | 0 | 11110 | 11011 | 100 | 101100010 | 1010000 | 1010010 |
Color Harmonies of #F6ACB3
Complementary color
Monochromatic Colors of #F6ACB3
Black with #F6ACB3
Text Example
Text Example
White with #F6ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACB3; }
p { color: rgb(246,172,179); }
H1.HeaderClassName
{
color: #F6ACB3;
}
.AnyTagClassName
{
color: #F6ACB3;
}
</style>
background-color css
<style>
a { background-color: #F6ACB3; }
a { background-color: rgb(246,172,179); }
div.DivClassName
{
background-color: #F6ACB3;
}
.BgClassName
{
background-color: #F6ACB3;
}
</style>
border-color css
<style>
span { border-color: #F6ACB3; }
span { border-color: rgb(246,172,179); }
td.TdClassName
{
border-color: #F6ACB3;
}
.TagClassName
{
border-color: #F6ACB3;
}
</style>