Shades of Pink #FDC8CD
Tints of Pink #FDC8CD
RGB
CMYK
RGB Variations
Color information
#FDC8CD (or 0xFDC8CD) is known color: Pink. HEX triplet: FD, C8 and CD. RGB value is (253,200,205). Sum of RGB (Red+Green+Blue) = 253+200+205=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8CD is #023732. Grayscale: #D8D8D8. Windows color (decimal): -145203 or 13486333. OLE color: 13486333.
HSL color Cylindrical-coordinate representation of color #FDC8CD: hue angle of 354.34º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8CD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 205 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 354.34º | 0.93% | 0.89% | - |
| HSV(B) | 354.34º | 0.21% | 0.99% | - |
| XYZ | 72.18 | 66.6 | 66.81 | - |
| YUV | 216.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 205 | 0 | 0.21 | 0.19 | 0.01 | 354.34 | 0.93 | 0.89 |
| Hex | FD | C8 | CD | 0 | 15 | 13 | 1 | 162 | 5D | 59 |
| Octal | 375 | 310 | 315 | 0 | 25 | 23 | 1 | 542 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11001101 | 0 | 10101 | 10011 | 1 | 101100010 | 1011101 | 1011001 |
Color Harmonies of #FDC8CD
Complementary color
Monochromatic Colors of #FDC8CD
Black with #FDC8CD
Text Example
Text Example
White with #FDC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8CD; }
p { color: rgb(253,200,205); }
H1.HeaderClassName
{
color: #FDC8CD;
}
.AnyTagClassName
{
color: #FDC8CD;
}
</style>
background-color css
<style>
a { background-color: #FDC8CD; }
a { background-color: rgb(253,200,205); }
div.DivClassName
{
background-color: #FDC8CD;
}
.BgClassName
{
background-color: #FDC8CD;
}
</style>
border-color css
<style>
span { border-color: #FDC8CD; }
span { border-color: rgb(253,200,205); }
td.TdClassName
{
border-color: #FDC8CD;
}
.TagClassName
{
border-color: #FDC8CD;
}
</style>