Shades of Pink #FDC7D1
Tints of Pink #FDC7D1
RGB
CMYK
RGB Variations
Color information
#FDC7D1 (or 0xFDC7D1) is known color: Pink. HEX triplet: FD, C7 and D1. RGB value is (253,199,209). Sum of RGB (Red+Green+Blue) = 253+199+209=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D1 is #02382E. Grayscale: #D8D8D8. Windows color (decimal): -145455 or 13748221. OLE color: 13748221.
HSL color Cylindrical-coordinate representation of color #FDC7D1: hue angle of 348.89º 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 #FDC7D1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 209 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.01 |
| HSL | 348.89º | 0.93% | 0.89% | - |
| HSV(B) | 348.89º | 0.21% | 0.99% | - |
| XYZ | 72.44 | 66.33 | 69.31 | - |
| YUV | 216.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 209 | 0 | 0.21 | 0.17 | 0.01 | 348.89 | 0.93 | 0.89 |
| Hex | FD | C7 | D1 | 0 | 15 | 11 | 1 | 15D | 5D | 59 |
| Octal | 375 | 307 | 321 | 0 | 25 | 21 | 1 | 535 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11010001 | 0 | 10101 | 10001 | 1 | 101011101 | 1011101 | 1011001 |
Color Harmonies of #FDC7D1
Complementary color
Monochromatic Colors of #FDC7D1
Black with #FDC7D1
Text Example
Text Example
White with #FDC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7D1; }
p { color: rgb(253,199,209); }
H1.HeaderClassName
{
color: #FDC7D1;
}
.AnyTagClassName
{
color: #FDC7D1;
}
</style>
background-color css
<style>
a { background-color: #FDC7D1; }
a { background-color: rgb(253,199,209); }
div.DivClassName
{
background-color: #FDC7D1;
}
.BgClassName
{
background-color: #FDC7D1;
}
</style>
border-color css
<style>
span { border-color: #FDC7D1; }
span { border-color: rgb(253,199,209); }
td.TdClassName
{
border-color: #FDC7D1;
}
.TagClassName
{
border-color: #FDC7D1;
}
</style>