Shades of Your Pink #FDC7C2
Tints of Your Pink #FDC7C2
RGB
CMYK
RGB Variations
Color information
#FDC7C2 (or 0xFDC7C2) is known color: Your Pink. HEX triplet: FD, C7 and C2. RGB value is (253,199,194). Sum of RGB (Red+Green+Blue) = 253+199+194=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C2 is #02383D. Grayscale: #D6D6D6. Windows color (decimal): -145470 or 12765181. OLE color: 12765181.
HSL color Cylindrical-coordinate representation of color #FDC7C2: hue angle of 5.08º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC7C2 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 194 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.01 |
| HSL | 5.08º | 0.94% | 0.88% | - |
| HSV(B) | 5.08º | 0.23% | 0.99% | - |
| XYZ | 70.67 | 65.62 | 59.98 | - |
| YUV | 214.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 194 | 0 | 0.21 | 0.23 | 0.01 | 5.08 | 0.94 | 0.88 |
| Hex | FD | C7 | C2 | 0 | 15 | 17 | 1 | 5 | 5E | 58 |
| Octal | 375 | 307 | 302 | 0 | 25 | 27 | 1 | 5 | 136 | 130 |
| Binary | 11111101 | 11000111 | 11000010 | 0 | 10101 | 10111 | 1 | 101 | 1011110 | 1011000 |
Color Harmonies of #FDC7C2
Complementary color
Monochromatic Colors of #FDC7C2
Black with #FDC7C2
Text Example
Text Example
White with #FDC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7C2; }
p { color: rgb(253,199,194); }
H1.HeaderClassName
{
color: #FDC7C2;
}
.AnyTagClassName
{
color: #FDC7C2;
}
</style>
background-color css
<style>
a { background-color: #FDC7C2; }
a { background-color: rgb(253,199,194); }
div.DivClassName
{
background-color: #FDC7C2;
}
.BgClassName
{
background-color: #FDC7C2;
}
</style>
border-color css
<style>
span { border-color: #FDC7C2; }
span { border-color: rgb(253,199,194); }
td.TdClassName
{
border-color: #FDC7C2;
}
.TagClassName
{
border-color: #FDC7C2;
}
</style>