Shades of Pink #FDC2CB
Tints of Pink #FDC2CB
RGB
CMYK
RGB Variations
Color information
#FDC2CB (or 0xFDC2CB) is known color: Pink. HEX triplet: FD, C2 and CB. RGB value is (253,194,203). Sum of RGB (Red+Green+Blue) = 253+194+203=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2CB is #023D34. Grayscale: #D4D4D4. Windows color (decimal): -146741 or 13353725. OLE color: 13353725.
HSL color Cylindrical-coordinate representation of color #FDC2CB: hue angle of 350.85º 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 #FDC2CB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 203 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 350.85º | 0.94% | 0.88% | - |
| HSV(B) | 350.85º | 0.23% | 0.99% | - |
| XYZ | 70.58 | 63.78 | 65.09 | - |
| YUV | 212.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 203 | 0 | 0.23 | 0.20 | 0.01 | 350.85 | 0.94 | 0.88 |
| Hex | FD | C2 | CB | 0 | 17 | 14 | 1 | 15F | 5E | 58 |
| Octal | 375 | 302 | 313 | 0 | 27 | 24 | 1 | 537 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11001011 | 0 | 10111 | 10100 | 1 | 101011111 | 1011110 | 1011000 |
Color Harmonies of #FDC2CB
Complementary color
Monochromatic Colors of #FDC2CB
Black with #FDC2CB
Text Example
Text Example
White with #FDC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2CB; }
p { color: rgb(253,194,203); }
H1.HeaderClassName
{
color: #FDC2CB;
}
.AnyTagClassName
{
color: #FDC2CB;
}
</style>
background-color css
<style>
a { background-color: #FDC2CB; }
a { background-color: rgb(253,194,203); }
div.DivClassName
{
background-color: #FDC2CB;
}
.BgClassName
{
background-color: #FDC2CB;
}
</style>
border-color css
<style>
span { border-color: #FDC2CB; }
span { border-color: rgb(253,194,203); }
td.TdClassName
{
border-color: #FDC2CB;
}
.TagClassName
{
border-color: #FDC2CB;
}
</style>