Shades of Light Pink #F6ACB7
Tints of Light Pink #F6ACB7
RGB
CMYK
RGB Variations
Color information
#F6ACB7 (or 0xF6ACB7) is known color: Light Pink. HEX triplet: F6, AC and B7. RGB value is (246,172,183). Sum of RGB (Red+Green+Blue) = 246+172+183=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACB7 is #095348. Grayscale: #C3C3C3. Windows color (decimal): -611145 or 12037366. OLE color: 12037366.
HSL color Cylindrical-coordinate representation of color #F6ACB7: hue angle of 351.08º 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 #F6ACB7 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 183 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.04 |
| HSL | 351.08º | 0.8% | 0.82% | - |
| HSV(B) | 351.08º | 0.3% | 0.96% | - |
| XYZ | 61.31 | 52.52 | 51.71 | - |
| YUV | 195.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 183 | 0 | 0.30 | 0.26 | 0.04 | 351.08 | 0.8 | 0.82 |
| Hex | F6 | AC | B7 | 0 | 1E | 1A | 4 | 15F | 50 | 52 |
| Octal | 366 | 254 | 267 | 0 | 36 | 32 | 4 | 537 | 120 | 122 |
| Binary | 11110110 | 10101100 | 10110111 | 0 | 11110 | 11010 | 100 | 101011111 | 1010000 | 1010010 |
Color Harmonies of #F6ACB7
Complementary color
Monochromatic Colors of #F6ACB7
Black with #F6ACB7
Text Example
Text Example
White with #F6ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACB7; }
p { color: rgb(246,172,183); }
H1.HeaderClassName
{
color: #F6ACB7;
}
.AnyTagClassName
{
color: #F6ACB7;
}
</style>
background-color css
<style>
a { background-color: #F6ACB7; }
a { background-color: rgb(246,172,183); }
div.DivClassName
{
background-color: #F6ACB7;
}
.BgClassName
{
background-color: #F6ACB7;
}
</style>
border-color css
<style>
span { border-color: #F6ACB7; }
span { border-color: rgb(246,172,183); }
td.TdClassName
{
border-color: #F6ACB7;
}
.TagClassName
{
border-color: #F6ACB7;
}
</style>