Shades of Your Pink #FDC7C0
Tints of Your Pink #FDC7C0
RGB
CMYK
RGB Variations
Color information
#FDC7C0 (or 0xFDC7C0) is known color: Your Pink. HEX triplet: FD, C7 and C0. RGB value is (253,199,192). Sum of RGB (Red+Green+Blue) = 253+199+192=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C0 is #02383F. Grayscale: #D6D6D6. Windows color (decimal): -145472 or 12634109. OLE color: 12634109.
HSL color Cylindrical-coordinate representation of color #FDC7C0: hue angle of 6.89º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC7C0 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 192 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.01 |
| HSL | 6.89º | 0.94% | 0.87% | - |
| HSV(B) | 6.89º | 0.24% | 0.99% | - |
| XYZ | 70.45 | 65.54 | 58.81 | - |
| YUV | 214.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 192 | 0 | 0.21 | 0.24 | 0.01 | 6.89 | 0.94 | 0.87 |
| Hex | FD | C7 | C0 | 0 | 15 | 18 | 1 | 7 | 5E | 57 |
| Octal | 375 | 307 | 300 | 0 | 25 | 30 | 1 | 7 | 136 | 127 |
| Binary | 11111101 | 11000111 | 11000000 | 0 | 10101 | 11000 | 1 | 111 | 1011110 | 1010111 |
Color Harmonies of #FDC7C0
Complementary color
Monochromatic Colors of #FDC7C0
Black with #FDC7C0
Text Example
Text Example
White with #FDC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7C0; }
p { color: rgb(253,199,192); }
H1.HeaderClassName
{
color: #FDC7C0;
}
.AnyTagClassName
{
color: #FDC7C0;
}
</style>
background-color css
<style>
a { background-color: #FDC7C0; }
a { background-color: rgb(253,199,192); }
div.DivClassName
{
background-color: #FDC7C0;
}
.BgClassName
{
background-color: #FDC7C0;
}
</style>
border-color css
<style>
span { border-color: #FDC7C0; }
span { border-color: rgb(253,199,192); }
td.TdClassName
{
border-color: #FDC7C0;
}
.TagClassName
{
border-color: #FDC7C0;
}
</style>