Shades of Pink #FDC2C9
Tints of Pink #FDC2C9
RGB
CMYK
RGB Variations
Color information
#FDC2C9 (or 0xFDC2C9) is known color: Pink. HEX triplet: FD, C2 and C9. RGB value is (253,194,201). Sum of RGB (Red+Green+Blue) = 253+194+201=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2C9 is #023D36. Grayscale: #D4D4D4. Windows color (decimal): -146743 or 13222653. OLE color: 13222653.
HSL color Cylindrical-coordinate representation of color #FDC2C9: hue angle of 352.88º 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 #FDC2C9 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 201 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.01 |
| HSL | 352.88º | 0.94% | 0.88% | - |
| HSV(B) | 352.88º | 0.23% | 0.99% | - |
| XYZ | 70.34 | 63.68 | 63.84 | - |
| YUV | 212.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 201 | 0 | 0.23 | 0.21 | 0.01 | 352.88 | 0.94 | 0.88 |
| Hex | FD | C2 | C9 | 0 | 17 | 15 | 1 | 161 | 5E | 58 |
| Octal | 375 | 302 | 311 | 0 | 27 | 25 | 1 | 541 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11001001 | 0 | 10111 | 10101 | 1 | 101100001 | 1011110 | 1011000 |
Color Harmonies of #FDC2C9
Complementary color
Monochromatic Colors of #FDC2C9
Black with #FDC2C9
Text Example
Text Example
White with #FDC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2C9; }
p { color: rgb(253,194,201); }
H1.HeaderClassName
{
color: #FDC2C9;
}
.AnyTagClassName
{
color: #FDC2C9;
}
</style>
background-color css
<style>
a { background-color: #FDC2C9; }
a { background-color: rgb(253,194,201); }
div.DivClassName
{
background-color: #FDC2C9;
}
.BgClassName
{
background-color: #FDC2C9;
}
</style>
border-color css
<style>
span { border-color: #FDC2C9; }
span { border-color: rgb(253,194,201); }
td.TdClassName
{
border-color: #FDC2C9;
}
.TagClassName
{
border-color: #FDC2C9;
}
</style>