Shades of Your Pink #F7C3BC
Tints of Your Pink #F7C3BC
RGB
CMYK
RGB Variations
Color information
#F7C3BC (or 0xF7C3BC) is known color: Your Pink. HEX triplet: F7, C3 and BC. RGB value is (247,195,188). Sum of RGB (Red+Green+Blue) = 247+195+188=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C3BC is #083C43. Grayscale: #D1D1D1. Windows color (decimal): -539716 or 12370935. OLE color: 12370935.
HSL color Cylindrical-coordinate representation of color #F7C3BC: hue angle of 7.12º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7C3BC is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 188 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.03 |
| HSL | 7.12º | 0.79% | 0.85% | - |
| HSV(B) | 7.12º | 0.24% | 0.97% | - |
| XYZ | 66.95 | 62.44 | 56.1 | - |
| YUV | 209.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 188 | 0 | 0.21 | 0.24 | 0.03 | 7.12 | 0.79 | 0.85 |
| Hex | F7 | C3 | BC | 0 | 15 | 18 | 3 | 7 | 4F | 55 |
| Octal | 367 | 303 | 274 | 0 | 25 | 30 | 3 | 7 | 117 | 125 |
| Binary | 11110111 | 11000011 | 10111100 | 0 | 10101 | 11000 | 11 | 111 | 1001111 | 1010101 |
Color Harmonies of #F7C3BC
Complementary color
Monochromatic Colors of #F7C3BC
Black with #F7C3BC
Text Example
Text Example
White with #F7C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C3BC; }
p { color: rgb(247,195,188); }
H1.HeaderClassName
{
color: #F7C3BC;
}
.AnyTagClassName
{
color: #F7C3BC;
}
</style>
background-color css
<style>
a { background-color: #F7C3BC; }
a { background-color: rgb(247,195,188); }
div.DivClassName
{
background-color: #F7C3BC;
}
.BgClassName
{
background-color: #F7C3BC;
}
</style>
border-color css
<style>
span { border-color: #F7C3BC; }
span { border-color: rgb(247,195,188); }
td.TdClassName
{
border-color: #F7C3BC;
}
.TagClassName
{
border-color: #F7C3BC;
}
</style>