Shades of Your Pink #F7C4B6
Tints of Your Pink #F7C4B6
RGB
CMYK
RGB Variations
Color information
#F7C4B6 (or 0xF7C4B6) is known color: Your Pink. HEX triplet: F7, C4 and B6. RGB value is (247,196,182). Sum of RGB (Red+Green+Blue) = 247+196+182=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C4B6 is #083B49. Grayscale: #D1D1D1. Windows color (decimal): -539466 or 11977975. OLE color: 11977975.
HSL color Cylindrical-coordinate representation of color #F7C4B6: hue angle of 12.92º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7C4B6 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 182 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.03 |
| HSL | 12.92º | 0.8% | 0.84% | - |
| HSV(B) | 12.92º | 0.26% | 0.97% | - |
| XYZ | 66.54 | 62.63 | 52.84 | - |
| YUV | 209.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 182 | 0 | 0.21 | 0.26 | 0.03 | 12.92 | 0.8 | 0.84 |
| Hex | F7 | C4 | B6 | 0 | 15 | 1A | 3 | D | 50 | 54 |
| Octal | 367 | 304 | 266 | 0 | 25 | 32 | 3 | 15 | 120 | 124 |
| Binary | 11110111 | 11000100 | 10110110 | 0 | 10101 | 11010 | 11 | 1101 | 1010000 | 1010100 |
Color Harmonies of #F7C4B6
Complementary color
Monochromatic Colors of #F7C4B6
Black with #F7C4B6
Text Example
Text Example
White with #F7C4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C4B6; }
p { color: rgb(247,196,182); }
H1.HeaderClassName
{
color: #F7C4B6;
}
.AnyTagClassName
{
color: #F7C4B6;
}
</style>
background-color css
<style>
a { background-color: #F7C4B6; }
a { background-color: rgb(247,196,182); }
div.DivClassName
{
background-color: #F7C4B6;
}
.BgClassName
{
background-color: #F7C4B6;
}
</style>
border-color css
<style>
span { border-color: #F7C4B6; }
span { border-color: rgb(247,196,182); }
td.TdClassName
{
border-color: #F7C4B6;
}
.TagClassName
{
border-color: #F7C4B6;
}
</style>