Shades of Your Pink #FDC5C1
Tints of Your Pink #FDC5C1
RGB
CMYK
RGB Variations
Color information
#FDC5C1 (or 0xFDC5C1) is known color: Your Pink. HEX triplet: FD, C5 and C1. RGB value is (253,197,193). Sum of RGB (Red+Green+Blue) = 253+197+193=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5C1 is #023A3E. Grayscale: #D5D5D5. Windows color (decimal): -145983 or 12699133. OLE color: 12699133.
HSL color Cylindrical-coordinate representation of color #FDC5C1: hue angle of 4º 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 #FDC5C1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 193 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.01 |
| HSL | 4º | 0.94% | 0.87% | - |
| HSV(B) | 4º | 0.24% | 0.99% | - |
| XYZ | 70.1 | 64.67 | 59.24 | - |
| YUV | 213.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 193 | 0 | 0.22 | 0.24 | 0.01 | 4 | 0.94 | 0.87 |
| Hex | FD | C5 | C1 | 0 | 16 | 18 | 1 | 4 | 5E | 57 |
| Octal | 375 | 305 | 301 | 0 | 26 | 30 | 1 | 4 | 136 | 127 |
| Binary | 11111101 | 11000101 | 11000001 | 0 | 10110 | 11000 | 1 | 100 | 1011110 | 1010111 |
Color Harmonies of #FDC5C1
Complementary color
Monochromatic Colors of #FDC5C1
Black with #FDC5C1
Text Example
Text Example
White with #FDC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5C1; }
p { color: rgb(253,197,193); }
H1.HeaderClassName
{
color: #FDC5C1;
}
.AnyTagClassName
{
color: #FDC5C1;
}
</style>
background-color css
<style>
a { background-color: #FDC5C1; }
a { background-color: rgb(253,197,193); }
div.DivClassName
{
background-color: #FDC5C1;
}
.BgClassName
{
background-color: #FDC5C1;
}
</style>
border-color css
<style>
span { border-color: #FDC5C1; }
span { border-color: rgb(253,197,193); }
td.TdClassName
{
border-color: #FDC5C1;
}
.TagClassName
{
border-color: #FDC5C1;
}
</style>