Shades of Pink #FFC7CD
Tints of Pink #FFC7CD
RGB
CMYK
RGB Variations
Color information
#FFC7CD (or 0xFFC7CD) is known color: Pink. HEX triplet: FF, C7 and CD. RGB value is (255,199,205). Sum of RGB (Red+Green+Blue) = 255+199+205=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CD is #003832. Grayscale: #D8D8D8. Windows color (decimal): -14387 or 13486079. OLE color: 13486079.
HSL color Cylindrical-coordinate representation of color #FFC7CD: hue angle of 353.57º 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 #FFC7CD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 205 | - |
| CMYK | 0 | 0.22 | 0.20 | 0 |
| HSL | 353.57º | 1% | 0.89% | - |
| HSV(B) | 353.57º | 0.22% | 1% | - |
| XYZ | 72.68 | 66.51 | 66.77 | - |
| YUV | 216.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 205 | 0 | 0.22 | 0.20 | 0 | 353.57 | 1 | 0.89 |
| Hex | FF | C7 | CD | 0 | 16 | 14 | 0 | 162 | 64 | 59 |
| Octal | 377 | 307 | 315 | 0 | 26 | 24 | 0 | 542 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11001101 | 0 | 10110 | 10100 | 0 | 101100010 | 1100100 | 1011001 |
Color Harmonies of #FFC7CD
Complementary color
Monochromatic Colors of #FFC7CD
Black with #FFC7CD
Text Example
Text Example
White with #FFC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7CD; }
p { color: rgb(255,199,205); }
H1.HeaderClassName
{
color: #FFC7CD;
}
.AnyTagClassName
{
color: #FFC7CD;
}
</style>
background-color css
<style>
a { background-color: #FFC7CD; }
a { background-color: rgb(255,199,205); }
div.DivClassName
{
background-color: #FFC7CD;
}
.BgClassName
{
background-color: #FFC7CD;
}
</style>
border-color css
<style>
span { border-color: #FFC7CD; }
span { border-color: rgb(255,199,205); }
td.TdClassName
{
border-color: #FFC7CD;
}
.TagClassName
{
border-color: #FFC7CD;
}
</style>