Shades of Pink #FDC6CB
Tints of Pink #FDC6CB
RGB
CMYK
RGB Variations
Color information
#FDC6CB (or 0xFDC6CB) is known color: Pink. HEX triplet: FD, C6 and CB. RGB value is (253,198,203). Sum of RGB (Red+Green+Blue) = 253+198+203=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CB is #023934. Grayscale: #D7D7D7. Windows color (decimal): -145717 or 13354749. OLE color: 13354749.
HSL color Cylindrical-coordinate representation of color #FDC6CB: hue angle of 354.55º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6CB is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 203 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.01 |
| HSL | 354.55º | 0.93% | 0.88% | - |
| HSV(B) | 354.55º | 0.22% | 0.99% | - |
| XYZ | 71.48 | 65.58 | 65.39 | - |
| YUV | 215.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 203 | 0 | 0.22 | 0.20 | 0.01 | 354.55 | 0.93 | 0.88 |
| Hex | FD | C6 | CB | 0 | 16 | 14 | 1 | 163 | 5D | 58 |
| Octal | 375 | 306 | 313 | 0 | 26 | 24 | 1 | 543 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11001011 | 0 | 10110 | 10100 | 1 | 101100011 | 1011101 | 1011000 |
Color Harmonies of #FDC6CB
Complementary color
Monochromatic Colors of #FDC6CB
Black with #FDC6CB
Text Example
Text Example
White with #FDC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6CB; }
p { color: rgb(253,198,203); }
H1.HeaderClassName
{
color: #FDC6CB;
}
.AnyTagClassName
{
color: #FDC6CB;
}
</style>
background-color css
<style>
a { background-color: #FDC6CB; }
a { background-color: rgb(253,198,203); }
div.DivClassName
{
background-color: #FDC6CB;
}
.BgClassName
{
background-color: #FDC6CB;
}
</style>
border-color css
<style>
span { border-color: #FDC6CB; }
span { border-color: rgb(253,198,203); }
td.TdClassName
{
border-color: #FDC6CB;
}
.TagClassName
{
border-color: #FDC6CB;
}
</style>