Shades of Pink #FDC0CD
Tints of Pink #FDC0CD
RGB
CMYK
RGB Variations
Color information
#FDC0CD (or 0xFDC0CD) is known color: Pink. HEX triplet: FD, C0 and CD. RGB value is (253,192,205). Sum of RGB (Red+Green+Blue) = 253+192+205=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0CD is #023F32. Grayscale: #D3D3D3. Windows color (decimal): -147251 or 13484285. OLE color: 13484285.
HSL color Cylindrical-coordinate representation of color #FDC0CD: hue angle of 347.21º 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 #FDC0CD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 205 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.01 |
| HSL | 347.21º | 0.94% | 0.87% | - |
| HSV(B) | 347.21º | 0.24% | 0.99% | - |
| XYZ | 70.38 | 62.99 | 66.21 | - |
| YUV | 211.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 205 | 0 | 0.24 | 0.19 | 0.01 | 347.21 | 0.94 | 0.87 |
| Hex | FD | C0 | CD | 0 | 18 | 13 | 1 | 15B | 5E | 57 |
| Octal | 375 | 300 | 315 | 0 | 30 | 23 | 1 | 533 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11001101 | 0 | 11000 | 10011 | 1 | 101011011 | 1011110 | 1010111 |
Color Harmonies of #FDC0CD
Complementary color
Monochromatic Colors of #FDC0CD
Black with #FDC0CD
Text Example
Text Example
White with #FDC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0CD; }
p { color: rgb(253,192,205); }
H1.HeaderClassName
{
color: #FDC0CD;
}
.AnyTagClassName
{
color: #FDC0CD;
}
</style>
background-color css
<style>
a { background-color: #FDC0CD; }
a { background-color: rgb(253,192,205); }
div.DivClassName
{
background-color: #FDC0CD;
}
.BgClassName
{
background-color: #FDC0CD;
}
</style>
border-color css
<style>
span { border-color: #FDC0CD; }
span { border-color: rgb(253,192,205); }
td.TdClassName
{
border-color: #FDC0CD;
}
.TagClassName
{
border-color: #FDC0CD;
}
</style>