Shades of Pink #FDC8CC
Tints of Pink #FDC8CC
RGB
CMYK
RGB Variations
Color information
#FDC8CC (or 0xFDC8CC) is known color: Pink. HEX triplet: FD, C8 and CC. RGB value is (253,200,204). Sum of RGB (Red+Green+Blue) = 253+200+204=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8CC is #023733. Grayscale: #D8D8D8. Windows color (decimal): -145204 or 13420797. OLE color: 13420797.
HSL color Cylindrical-coordinate representation of color #FDC8CC: hue angle of 355.47º 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 #FDC8CC is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 204 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 355.47º | 0.93% | 0.89% | - |
| HSV(B) | 355.47º | 0.21% | 0.99% | - |
| XYZ | 72.06 | 66.55 | 66.17 | - |
| YUV | 216.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 204 | 0 | 0.21 | 0.19 | 0.01 | 355.47 | 0.93 | 0.89 |
| Hex | FD | C8 | CC | 0 | 15 | 13 | 1 | 163 | 5D | 59 |
| Octal | 375 | 310 | 314 | 0 | 25 | 23 | 1 | 543 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11001100 | 0 | 10101 | 10011 | 1 | 101100011 | 1011101 | 1011001 |
Color Harmonies of #FDC8CC
Complementary color
Monochromatic Colors of #FDC8CC
Black with #FDC8CC
Text Example
Text Example
White with #FDC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8CC; }
p { color: rgb(253,200,204); }
H1.HeaderClassName
{
color: #FDC8CC;
}
.AnyTagClassName
{
color: #FDC8CC;
}
</style>
background-color css
<style>
a { background-color: #FDC8CC; }
a { background-color: rgb(253,200,204); }
div.DivClassName
{
background-color: #FDC8CC;
}
.BgClassName
{
background-color: #FDC8CC;
}
</style>
border-color css
<style>
span { border-color: #FDC8CC; }
span { border-color: rgb(253,200,204); }
td.TdClassName
{
border-color: #FDC8CC;
}
.TagClassName
{
border-color: #FDC8CC;
}
</style>