Shades of Light Pink #F7BAC6
Tints of Light Pink #F7BAC6
RGB
CMYK
RGB Variations
Color information
#F7BAC6 (or 0xF7BAC6) is known color: Light Pink. HEX triplet: F7, BA and C6. RGB value is (247,186,198). Sum of RGB (Red+Green+Blue) = 247+186+198=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAC6 is #084539. Grayscale: #CDCDCD. Windows color (decimal): -542010 or 13023991. OLE color: 13023991.
HSL color Cylindrical-coordinate representation of color #F7BAC6: hue angle of 348.2º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BAC6 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 198 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.03 |
| HSL | 348.2º | 0.79% | 0.85% | - |
| HSV(B) | 348.2º | 0.25% | 0.97% | - |
| XYZ | 66.11 | 58.97 | 61.32 | - |
| YUV | 205.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 198 | 0 | 0.25 | 0.20 | 0.03 | 348.2 | 0.79 | 0.85 |
| Hex | F7 | BA | C6 | 0 | 19 | 14 | 3 | 15C | 4F | 55 |
| Octal | 367 | 272 | 306 | 0 | 31 | 24 | 3 | 534 | 117 | 125 |
| Binary | 11110111 | 10111010 | 11000110 | 0 | 11001 | 10100 | 11 | 101011100 | 1001111 | 1010101 |
Color Harmonies of #F7BAC6
Complementary color
Monochromatic Colors of #F7BAC6
Black with #F7BAC6
Text Example
Text Example
White with #F7BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BAC6; }
p { color: rgb(247,186,198); }
H1.HeaderClassName
{
color: #F7BAC6;
}
.AnyTagClassName
{
color: #F7BAC6;
}
</style>
background-color css
<style>
a { background-color: #F7BAC6; }
a { background-color: rgb(247,186,198); }
div.DivClassName
{
background-color: #F7BAC6;
}
.BgClassName
{
background-color: #F7BAC6;
}
</style>
border-color css
<style>
span { border-color: #F7BAC6; }
span { border-color: rgb(247,186,198); }
td.TdClassName
{
border-color: #F7BAC6;
}
.TagClassName
{
border-color: #F7BAC6;
}
</style>