Shades of Your Pink #F7C7BA
Tints of Your Pink #F7C7BA
RGB
CMYK
RGB Variations
Color information
#F7C7BA (or 0xF7C7BA) is known color: Your Pink. HEX triplet: F7, C7 and BA. RGB value is (247,199,186). Sum of RGB (Red+Green+Blue) = 247+199+186=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7BA is #083845. Grayscale: #D3D3D3. Windows color (decimal): -538694 or 12240887. OLE color: 12240887.
HSL color Cylindrical-coordinate representation of color #F7C7BA: hue angle of 12.79º 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 #F7C7BA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 186 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.03 |
| HSL | 12.79º | 0.79% | 0.85% | - |
| HSV(B) | 12.79º | 0.25% | 0.97% | - |
| XYZ | 67.64 | 64.17 | 55.27 | - |
| YUV | 211.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 186 | 0 | 0.19 | 0.25 | 0.03 | 12.79 | 0.79 | 0.85 |
| Hex | F7 | C7 | BA | 0 | 13 | 19 | 3 | D | 4F | 55 |
| Octal | 367 | 307 | 272 | 0 | 23 | 31 | 3 | 15 | 117 | 125 |
| Binary | 11110111 | 11000111 | 10111010 | 0 | 10011 | 11001 | 11 | 1101 | 1001111 | 1010101 |
Color Harmonies of #F7C7BA
Complementary color
Monochromatic Colors of #F7C7BA
Black with #F7C7BA
Text Example
Text Example
White with #F7C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C7BA; }
p { color: rgb(247,199,186); }
H1.HeaderClassName
{
color: #F7C7BA;
}
.AnyTagClassName
{
color: #F7C7BA;
}
</style>
background-color css
<style>
a { background-color: #F7C7BA; }
a { background-color: rgb(247,199,186); }
div.DivClassName
{
background-color: #F7C7BA;
}
.BgClassName
{
background-color: #F7C7BA;
}
</style>
border-color css
<style>
span { border-color: #F7C7BA; }
span { border-color: rgb(247,199,186); }
td.TdClassName
{
border-color: #F7C7BA;
}
.TagClassName
{
border-color: #F7C7BA;
}
</style>