Shades of Pink #FFC7CC
Tints of Pink #FFC7CC
RGB
CMYK
RGB Variations
Color information
#FFC7CC (or 0xFFC7CC) is known color: Pink. HEX triplet: FF, C7 and CC. RGB value is (255,199,204). Sum of RGB (Red+Green+Blue) = 255+199+204=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CC is #003833. Grayscale: #D8D8D8. Windows color (decimal): -14388 or 13420543. OLE color: 13420543.
HSL color Cylindrical-coordinate representation of color #FFC7CC: hue angle of 354.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7CC is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 204 | - |
| CMYK | 0 | 0.22 | 0.2 | 0 |
| HSL | 354.64º | 1% | 0.89% | - |
| HSV(B) | 354.64º | 0.22% | 1% | - |
| XYZ | 72.56 | 66.47 | 66.13 | - |
| YUV | 216.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 204 | 0 | 0.22 | 0.2 | 0 | 354.64 | 1 | 0.89 |
| Hex | FF | C7 | CC | 0 | 16 | 14 | 0 | 163 | 64 | 59 |
| Octal | 377 | 307 | 314 | 0 | 26 | 24 | 0 | 543 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11001100 | 0 | 10110 | 10100 | 0 | 101100011 | 1100100 | 1011001 |
Color Harmonies of #FFC7CC
Complementary color
Monochromatic Colors of #FFC7CC
Black with #FFC7CC
Text Example
Text Example
White with #FFC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7CC; }
p { color: rgb(255,199,204); }
H1.HeaderClassName
{
color: #FFC7CC;
}
.AnyTagClassName
{
color: #FFC7CC;
}
</style>
background-color css
<style>
a { background-color: #FFC7CC; }
a { background-color: rgb(255,199,204); }
div.DivClassName
{
background-color: #FFC7CC;
}
.BgClassName
{
background-color: #FFC7CC;
}
</style>
border-color css
<style>
span { border-color: #FFC7CC; }
span { border-color: rgb(255,199,204); }
td.TdClassName
{
border-color: #FFC7CC;
}
.TagClassName
{
border-color: #FFC7CC;
}
</style>