Shades of Pink #FDC2CA
Tints of Pink #FDC2CA
RGB
CMYK
RGB Variations
Color information
#FDC2CA (or 0xFDC2CA) is known color: Pink. HEX triplet: FD, C2 and CA. RGB value is (253,194,202). Sum of RGB (Red+Green+Blue) = 253+194+202=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2CA is #023D35. Grayscale: #D4D4D4. Windows color (decimal): -146742 or 13288189. OLE color: 13288189.
HSL color Cylindrical-coordinate representation of color #FDC2CA: hue angle of 351.86º 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 #FDC2CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 351.86º | 0.94% | 0.88% | - |
| HSV(B) | 351.86º | 0.23% | 0.99% | - |
| XYZ | 70.46 | 63.73 | 64.46 | - |
| YUV | 212.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 202 | 0 | 0.23 | 0.20 | 0.01 | 351.86 | 0.94 | 0.88 |
| Hex | FD | C2 | CA | 0 | 17 | 14 | 1 | 160 | 5E | 58 |
| Octal | 375 | 302 | 312 | 0 | 27 | 24 | 1 | 540 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11001010 | 0 | 10111 | 10100 | 1 | 101100000 | 1011110 | 1011000 |
Color Harmonies of #FDC2CA
Complementary color
Monochromatic Colors of #FDC2CA
Black with #FDC2CA
Text Example
Text Example
White with #FDC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2CA; }
p { color: rgb(253,194,202); }
H1.HeaderClassName
{
color: #FDC2CA;
}
.AnyTagClassName
{
color: #FDC2CA;
}
</style>
background-color css
<style>
a { background-color: #FDC2CA; }
a { background-color: rgb(253,194,202); }
div.DivClassName
{
background-color: #FDC2CA;
}
.BgClassName
{
background-color: #FDC2CA;
}
</style>
border-color css
<style>
span { border-color: #FDC2CA; }
span { border-color: rgb(253,194,202); }
td.TdClassName
{
border-color: #FDC2CA;
}
.TagClassName
{
border-color: #FDC2CA;
}
</style>