Shades of Your Pink #FDC7C7
Tints of Your Pink #FDC7C7
RGB
CMYK
RGB Variations
Color information
#FDC7C7 (or 0xFDC7C7) is known color: Your Pink. HEX triplet: FD, C7 and C7. RGB value is (253,199,199). Sum of RGB (Red+Green+Blue) = 253+199+199=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C7 is #023838. Grayscale: #D7D7D7. Windows color (decimal): -145465 or 13092861. OLE color: 13092861.
HSL color Cylindrical-coordinate representation of color #FDC7C7: hue angle of 0º 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 #FDC7C7 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 199 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.01 |
| HSL | 0º | 0.93% | 0.89% | - |
| HSV(B) | 0º | 0.21% | 0.99% | - |
| XYZ | 71.24 | 65.85 | 62.99 | - |
| YUV | 215.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 199 | 0 | 0.21 | 0.21 | 0.01 | 0 | 0.93 | 0.89 |
| Hex | FD | C7 | C7 | 0 | 15 | 15 | 1 | 0 | 5D | 59 |
| Octal | 375 | 307 | 307 | 0 | 25 | 25 | 1 | 0 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11000111 | 0 | 10101 | 10101 | 1 | 0 | 1011101 | 1011001 |
Color Harmonies of #FDC7C7
Complementary color
Monochromatic Colors of #FDC7C7
Black with #FDC7C7
Text Example
Text Example
White with #FDC7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7C7; }
p { color: rgb(253,199,199); }
H1.HeaderClassName
{
color: #FDC7C7;
}
.AnyTagClassName
{
color: #FDC7C7;
}
</style>
background-color css
<style>
a { background-color: #FDC7C7; }
a { background-color: rgb(253,199,199); }
div.DivClassName
{
background-color: #FDC7C7;
}
.BgClassName
{
background-color: #FDC7C7;
}
</style>
border-color css
<style>
span { border-color: #FDC7C7; }
span { border-color: rgb(253,199,199); }
td.TdClassName
{
border-color: #FDC7C7;
}
.TagClassName
{
border-color: #FDC7C7;
}
</style>