Shades of Pink #FDC3CC
Tints of Pink #FDC3CC
RGB
CMYK
RGB Variations
Color information
#FDC3CC (or 0xFDC3CC) is known color: Pink. HEX triplet: FD, C3 and CC. RGB value is (253,195,204). Sum of RGB (Red+Green+Blue) = 253+195+204=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3CC is #023C33. Grayscale: #D5D5D5. Windows color (decimal): -146484 or 13419517. OLE color: 13419517.
HSL color Cylindrical-coordinate representation of color #FDC3CC: hue angle of 350.69º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3CC is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 204 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.01 |
| HSL | 350.69º | 0.94% | 0.88% | - |
| HSV(B) | 350.69º | 0.23% | 0.99% | - |
| XYZ | 70.92 | 64.27 | 65.79 | - |
| YUV | 213.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 204 | 0 | 0.23 | 0.19 | 0.01 | 350.69 | 0.94 | 0.88 |
| Hex | FD | C3 | CC | 0 | 17 | 13 | 1 | 15F | 5E | 58 |
| Octal | 375 | 303 | 314 | 0 | 27 | 23 | 1 | 537 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11001100 | 0 | 10111 | 10011 | 1 | 101011111 | 1011110 | 1011000 |
Color Harmonies of #FDC3CC
Complementary color
Monochromatic Colors of #FDC3CC
Black with #FDC3CC
Text Example
Text Example
White with #FDC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3CC; }
p { color: rgb(253,195,204); }
H1.HeaderClassName
{
color: #FDC3CC;
}
.AnyTagClassName
{
color: #FDC3CC;
}
</style>
background-color css
<style>
a { background-color: #FDC3CC; }
a { background-color: rgb(253,195,204); }
div.DivClassName
{
background-color: #FDC3CC;
}
.BgClassName
{
background-color: #FDC3CC;
}
</style>
border-color css
<style>
span { border-color: #FDC3CC; }
span { border-color: rgb(253,195,204); }
td.TdClassName
{
border-color: #FDC3CC;
}
.TagClassName
{
border-color: #FDC3CC;
}
</style>