Shades of Pink #FDC0CB
Tints of Pink #FDC0CB
RGB
CMYK
RGB Variations
Color information
#FDC0CB (or 0xFDC0CB) is known color: Pink. HEX triplet: FD, C0 and CB. RGB value is (253,192,203). Sum of RGB (Red+Green+Blue) = 253+192+203=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0CB is #023F34. Grayscale: #D3D3D3. Windows color (decimal): -147253 or 13353213. OLE color: 13353213.
HSL color Cylindrical-coordinate representation of color #FDC0CB: hue angle of 349.18º 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 #FDC0CB is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 203 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.01 |
| HSL | 349.18º | 0.94% | 0.87% | - |
| HSV(B) | 349.18º | 0.24% | 0.99% | - |
| XYZ | 70.14 | 62.89 | 64.94 | - |
| YUV | 211.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 203 | 0 | 0.24 | 0.20 | 0.01 | 349.18 | 0.94 | 0.87 |
| Hex | FD | C0 | CB | 0 | 18 | 14 | 1 | 15D | 5E | 57 |
| Octal | 375 | 300 | 313 | 0 | 30 | 24 | 1 | 535 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11001011 | 0 | 11000 | 10100 | 1 | 101011101 | 1011110 | 1010111 |
Color Harmonies of #FDC0CB
Complementary color
Monochromatic Colors of #FDC0CB
Black with #FDC0CB
Text Example
Text Example
White with #FDC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0CB; }
p { color: rgb(253,192,203); }
H1.HeaderClassName
{
color: #FDC0CB;
}
.AnyTagClassName
{
color: #FDC0CB;
}
</style>
background-color css
<style>
a { background-color: #FDC0CB; }
a { background-color: rgb(253,192,203); }
div.DivClassName
{
background-color: #FDC0CB;
}
.BgClassName
{
background-color: #FDC0CB;
}
</style>
border-color css
<style>
span { border-color: #FDC0CB; }
span { border-color: rgb(253,192,203); }
td.TdClassName
{
border-color: #FDC0CB;
}
.TagClassName
{
border-color: #FDC0CB;
}
</style>