Shades of Pink #F7C0CD
Tints of Pink #F7C0CD
RGB
CMYK
RGB Variations
Color information
#F7C0CD (or 0xF7C0CD) is known color: Pink. HEX triplet: F7, C0 and CD. RGB value is (247,192,205). Sum of RGB (Red+Green+Blue) = 247+192+205=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0CD is #083F32. Grayscale: #D1D1D1. Windows color (decimal): -540467 or 13484279. OLE color: 13484279.
HSL color Cylindrical-coordinate representation of color #F7C0CD: hue angle of 345.82º 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 #F7C0CD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 205 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.03 |
| HSL | 345.82º | 0.77% | 0.86% | - |
| HSV(B) | 345.82º | 0.22% | 0.97% | - |
| XYZ | 68.23 | 61.88 | 66.11 | - |
| YUV | 209.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 205 | 0 | 0.22 | 0.17 | 0.03 | 345.82 | 0.77 | 0.86 |
| Hex | F7 | C0 | CD | 0 | 16 | 11 | 3 | 15A | 4D | 56 |
| Octal | 367 | 300 | 315 | 0 | 26 | 21 | 3 | 532 | 115 | 126 |
| Binary | 11110111 | 11000000 | 11001101 | 0 | 10110 | 10001 | 11 | 101011010 | 1001101 | 1010110 |
Color Harmonies of #F7C0CD
Complementary color
Monochromatic Colors of #F7C0CD
Black with #F7C0CD
Text Example
Text Example
White with #F7C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C0CD; }
p { color: rgb(247,192,205); }
H1.HeaderClassName
{
color: #F7C0CD;
}
.AnyTagClassName
{
color: #F7C0CD;
}
</style>
background-color css
<style>
a { background-color: #F7C0CD; }
a { background-color: rgb(247,192,205); }
div.DivClassName
{
background-color: #F7C0CD;
}
.BgClassName
{
background-color: #F7C0CD;
}
</style>
border-color css
<style>
span { border-color: #F7C0CD; }
span { border-color: rgb(247,192,205); }
td.TdClassName
{
border-color: #F7C0CD;
}
.TagClassName
{
border-color: #F7C0CD;
}
</style>