Shades of Pink #F7C1CC
Tints of Pink #F7C1CC
RGB
CMYK
RGB Variations
Color information
#F7C1CC (or 0xF7C1CC) is known color: Pink. HEX triplet: F7, C1 and CC. RGB value is (247,193,204). Sum of RGB (Red+Green+Blue) = 247+193+204=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C1CC is #083E33. Grayscale: #D2D2D2. Windows color (decimal): -540212 or 13418999. OLE color: 13418999.
HSL color Cylindrical-coordinate representation of color #F7C1CC: hue angle of 347.78º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C1CC is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 204 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.03 |
| HSL | 347.78º | 0.77% | 0.86% | - |
| HSV(B) | 347.78º | 0.22% | 0.97% | - |
| XYZ | 68.33 | 62.27 | 65.55 | - |
| YUV | 210.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 204 | 0 | 0.22 | 0.17 | 0.03 | 347.78 | 0.77 | 0.86 |
| Hex | F7 | C1 | CC | 0 | 16 | 11 | 3 | 15C | 4D | 56 |
| Octal | 367 | 301 | 314 | 0 | 26 | 21 | 3 | 534 | 115 | 126 |
| Binary | 11110111 | 11000001 | 11001100 | 0 | 10110 | 10001 | 11 | 101011100 | 1001101 | 1010110 |
Color Harmonies of #F7C1CC
Complementary color
Monochromatic Colors of #F7C1CC
Black with #F7C1CC
Text Example
Text Example
White with #F7C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1CC; }
p { color: rgb(247,193,204); }
H1.HeaderClassName
{
color: #F7C1CC;
}
.AnyTagClassName
{
color: #F7C1CC;
}
</style>
background-color css
<style>
a { background-color: #F7C1CC; }
a { background-color: rgb(247,193,204); }
div.DivClassName
{
background-color: #F7C1CC;
}
.BgClassName
{
background-color: #F7C1CC;
}
</style>
border-color css
<style>
span { border-color: #F7C1CC; }
span { border-color: rgb(247,193,204); }
td.TdClassName
{
border-color: #F7C1CC;
}
.TagClassName
{
border-color: #F7C1CC;
}
</style>