Shades of Pink #FDC6CD
Tints of Pink #FDC6CD
RGB
CMYK
RGB Variations
Color information
#FDC6CD (or 0xFDC6CD) is known color: Pink. HEX triplet: FD, C6 and CD. RGB value is (253,198,205). Sum of RGB (Red+Green+Blue) = 253+198+205=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CD is #023932. Grayscale: #D7D7D7. Windows color (decimal): -145715 or 13485821. OLE color: 13485821.
HSL color Cylindrical-coordinate representation of color #FDC6CD: hue angle of 352.36º 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 #FDC6CD is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 205 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.01 |
| HSL | 352.36º | 0.93% | 0.88% | - |
| HSV(B) | 352.36º | 0.22% | 0.99% | - |
| XYZ | 71.72 | 65.68 | 66.65 | - |
| YUV | 215.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 205 | 0 | 0.22 | 0.19 | 0.01 | 352.36 | 0.93 | 0.88 |
| Hex | FD | C6 | CD | 0 | 16 | 13 | 1 | 160 | 5D | 58 |
| Octal | 375 | 306 | 315 | 0 | 26 | 23 | 1 | 540 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11001101 | 0 | 10110 | 10011 | 1 | 101100000 | 1011101 | 1011000 |
Color Harmonies of #FDC6CD
Complementary color
Monochromatic Colors of #FDC6CD
Black with #FDC6CD
Text Example
Text Example
White with #FDC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6CD; }
p { color: rgb(253,198,205); }
H1.HeaderClassName
{
color: #FDC6CD;
}
.AnyTagClassName
{
color: #FDC6CD;
}
</style>
background-color css
<style>
a { background-color: #FDC6CD; }
a { background-color: rgb(253,198,205); }
div.DivClassName
{
background-color: #FDC6CD;
}
.BgClassName
{
background-color: #FDC6CD;
}
</style>
border-color css
<style>
span { border-color: #FDC6CD; }
span { border-color: rgb(253,198,205); }
td.TdClassName
{
border-color: #FDC6CD;
}
.TagClassName
{
border-color: #FDC6CD;
}
</style>