Shades of Pink #FDC7CC
Tints of Pink #FDC7CC
RGB
CMYK
RGB Variations
Color information
#FDC7CC (or 0xFDC7CC) is known color: Pink. HEX triplet: FD, C7 and CC. RGB value is (253,199,204). Sum of RGB (Red+Green+Blue) = 253+199+204=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CC is #023833. Grayscale: #D7D7D7. Windows color (decimal): -145460 or 13420541. OLE color: 13420541.
HSL color Cylindrical-coordinate representation of color #FDC7CC: hue angle of 354.44º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7CC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 204 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 354.44º | 0.93% | 0.89% | - |
| HSV(B) | 354.44º | 0.21% | 0.99% | - |
| XYZ | 71.83 | 66.09 | 66.1 | - |
| YUV | 215.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 204 | 0 | 0.21 | 0.19 | 0.01 | 354.44 | 0.93 | 0.89 |
| Hex | FD | C7 | CC | 0 | 15 | 13 | 1 | 162 | 5D | 59 |
| Octal | 375 | 307 | 314 | 0 | 25 | 23 | 1 | 542 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11001100 | 0 | 10101 | 10011 | 1 | 101100010 | 1011101 | 1011001 |
Color Harmonies of #FDC7CC
Complementary color
Monochromatic Colors of #FDC7CC
Black with #FDC7CC
Text Example
Text Example
White with #FDC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7CC; }
p { color: rgb(253,199,204); }
H1.HeaderClassName
{
color: #FDC7CC;
}
.AnyTagClassName
{
color: #FDC7CC;
}
</style>
background-color css
<style>
a { background-color: #FDC7CC; }
a { background-color: rgb(253,199,204); }
div.DivClassName
{
background-color: #FDC7CC;
}
.BgClassName
{
background-color: #FDC7CC;
}
</style>
border-color css
<style>
span { border-color: #FDC7CC; }
span { border-color: rgb(253,199,204); }
td.TdClassName
{
border-color: #FDC7CC;
}
.TagClassName
{
border-color: #FDC7CC;
}
</style>