Shades of Pink #FDC0CC
Tints of Pink #FDC0CC
RGB
CMYK
RGB Variations
Color information
#FDC0CC (or 0xFDC0CC) is known color: Pink. HEX triplet: FD, C0 and CC. RGB value is (253,192,204). Sum of RGB (Red+Green+Blue) = 253+192+204=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0CC is #023F33. Grayscale: #D3D3D3. Windows color (decimal): -147252 or 13418749. OLE color: 13418749.
HSL color Cylindrical-coordinate representation of color #FDC0CC: hue angle of 348.2º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0CC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 204 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.01 |
| HSL | 348.2º | 0.94% | 0.87% | - |
| HSV(B) | 348.2º | 0.24% | 0.99% | - |
| XYZ | 70.26 | 62.94 | 65.57 | - |
| YUV | 211.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 204 | 0 | 0.24 | 0.19 | 0.01 | 348.2 | 0.94 | 0.87 |
| Hex | FD | C0 | CC | 0 | 18 | 13 | 1 | 15C | 5E | 57 |
| Octal | 375 | 300 | 314 | 0 | 30 | 23 | 1 | 534 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11001100 | 0 | 11000 | 10011 | 1 | 101011100 | 1011110 | 1010111 |
Color Harmonies of #FDC0CC
Complementary color
Monochromatic Colors of #FDC0CC
Black with #FDC0CC
Text Example
Text Example
White with #FDC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0CC; }
p { color: rgb(253,192,204); }
H1.HeaderClassName
{
color: #FDC0CC;
}
.AnyTagClassName
{
color: #FDC0CC;
}
</style>
background-color css
<style>
a { background-color: #FDC0CC; }
a { background-color: rgb(253,192,204); }
div.DivClassName
{
background-color: #FDC0CC;
}
.BgClassName
{
background-color: #FDC0CC;
}
</style>
border-color css
<style>
span { border-color: #FDC0CC; }
span { border-color: rgb(253,192,204); }
td.TdClassName
{
border-color: #FDC0CC;
}
.TagClassName
{
border-color: #FDC0CC;
}
</style>