Shades of Pink #F7C4CC
Tints of Pink #F7C4CC
RGB
CMYK
RGB Variations
Color information
#F7C4CC (or 0xF7C4CC) is known color: Pink. HEX triplet: F7, C4 and CC. RGB value is (247,196,204). Sum of RGB (Red+Green+Blue) = 247+196+204=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C4CC is #083B33. Grayscale: #D4D4D4. Windows color (decimal): -539444 or 13419767. OLE color: 13419767.
HSL color Cylindrical-coordinate representation of color #F7C4CC: hue angle of 350.59º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C4CC is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 204 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.03 |
| HSL | 350.59º | 0.76% | 0.87% | - |
| HSV(B) | 350.59º | 0.21% | 0.97% | - |
| XYZ | 69 | 63.61 | 65.77 | - |
| YUV | 212.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 204 | 0 | 0.21 | 0.17 | 0.03 | 350.59 | 0.76 | 0.87 |
| Hex | F7 | C4 | CC | 0 | 15 | 11 | 3 | 15F | 4C | 57 |
| Octal | 367 | 304 | 314 | 0 | 25 | 21 | 3 | 537 | 114 | 127 |
| Binary | 11110111 | 11000100 | 11001100 | 0 | 10101 | 10001 | 11 | 101011111 | 1001100 | 1010111 |
Color Harmonies of #F7C4CC
Complementary color
Monochromatic Colors of #F7C4CC
Black with #F7C4CC
Text Example
Text Example
White with #F7C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C4CC; }
p { color: rgb(247,196,204); }
H1.HeaderClassName
{
color: #F7C4CC;
}
.AnyTagClassName
{
color: #F7C4CC;
}
</style>
background-color css
<style>
a { background-color: #F7C4CC; }
a { background-color: rgb(247,196,204); }
div.DivClassName
{
background-color: #F7C4CC;
}
.BgClassName
{
background-color: #F7C4CC;
}
</style>
border-color css
<style>
span { border-color: #F7C4CC; }
span { border-color: rgb(247,196,204); }
td.TdClassName
{
border-color: #F7C4CC;
}
.TagClassName
{
border-color: #F7C4CC;
}
</style>