Shades of Pink #FDC4CB
Tints of Pink #FDC4CB
RGB
CMYK
RGB Variations
Color information
#FDC4CB (or 0xFDC4CB) is known color: Pink. HEX triplet: FD, C4 and CB. RGB value is (253,196,203). Sum of RGB (Red+Green+Blue) = 253+196+203=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CB is #023B34. Grayscale: #D5D5D5. Windows color (decimal): -146229 or 13354237. OLE color: 13354237.
HSL color Cylindrical-coordinate representation of color #FDC4CB: hue angle of 352.63º degrees, saturation: 0.93, 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 #FDC4CB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 203 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 352.63º | 0.93% | 0.88% | - |
| HSV(B) | 352.63º | 0.23% | 0.99% | - |
| XYZ | 71.03 | 64.67 | 65.24 | - |
| YUV | 213.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 203 | 0 | 0.23 | 0.20 | 0.01 | 352.63 | 0.93 | 0.88 |
| Hex | FD | C4 | CB | 0 | 17 | 14 | 1 | 161 | 5D | 58 |
| Octal | 375 | 304 | 313 | 0 | 27 | 24 | 1 | 541 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11001011 | 0 | 10111 | 10100 | 1 | 101100001 | 1011101 | 1011000 |
Color Harmonies of #FDC4CB
Complementary color
Monochromatic Colors of #FDC4CB
Black with #FDC4CB
Text Example
Text Example
White with #FDC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4CB; }
p { color: rgb(253,196,203); }
H1.HeaderClassName
{
color: #FDC4CB;
}
.AnyTagClassName
{
color: #FDC4CB;
}
</style>
background-color css
<style>
a { background-color: #FDC4CB; }
a { background-color: rgb(253,196,203); }
div.DivClassName
{
background-color: #FDC4CB;
}
.BgClassName
{
background-color: #FDC4CB;
}
</style>
border-color css
<style>
span { border-color: #FDC4CB; }
span { border-color: rgb(253,196,203); }
td.TdClassName
{
border-color: #FDC4CB;
}
.TagClassName
{
border-color: #FDC4CB;
}
</style>