Shades of Pink #FDC7D2
Tints of Pink #FDC7D2
RGB
CMYK
RGB Variations
Color information
#FDC7D2 (or 0xFDC7D2) is known color: Pink. HEX triplet: FD, C7 and D2. RGB value is (253,199,210). Sum of RGB (Red+Green+Blue) = 253+199+210=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7D2 is #02382D. Grayscale: #D8D8D8. Windows color (decimal): -145454 or 13813757. OLE color: 13813757.
HSL color Cylindrical-coordinate representation of color #FDC7D2: hue angle of 347.78º 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 #FDC7D2 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 210 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.01 |
| HSL | 347.78º | 0.93% | 0.89% | - |
| HSV(B) | 347.78º | 0.21% | 0.99% | - |
| XYZ | 72.56 | 66.38 | 69.96 | - |
| YUV | 216.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 210 | 0 | 0.21 | 0.17 | 0.01 | 347.78 | 0.93 | 0.89 |
| Hex | FD | C7 | D2 | 0 | 15 | 11 | 1 | 15C | 5D | 59 |
| Octal | 375 | 307 | 322 | 0 | 25 | 21 | 1 | 534 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11010010 | 0 | 10101 | 10001 | 1 | 101011100 | 1011101 | 1011001 |
Color Harmonies of #FDC7D2
Complementary color
Monochromatic Colors of #FDC7D2
Black with #FDC7D2
Text Example
Text Example
White with #FDC7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7D2; }
p { color: rgb(253,199,210); }
H1.HeaderClassName
{
color: #FDC7D2;
}
.AnyTagClassName
{
color: #FDC7D2;
}
</style>
background-color css
<style>
a { background-color: #FDC7D2; }
a { background-color: rgb(253,199,210); }
div.DivClassName
{
background-color: #FDC7D2;
}
.BgClassName
{
background-color: #FDC7D2;
}
</style>
border-color css
<style>
span { border-color: #FDC7D2; }
span { border-color: rgb(253,199,210); }
td.TdClassName
{
border-color: #FDC7D2;
}
.TagClassName
{
border-color: #FDC7D2;
}
</style>