Shades of Pink #FDC3CA
Tints of Pink #FDC3CA
RGB
CMYK
RGB Variations
Color information
#FDC3CA (or 0xFDC3CA) is known color: Pink. HEX triplet: FD, C3 and CA. RGB value is (253,195,202). Sum of RGB (Red+Green+Blue) = 253+195+202=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3CA is #023C35. Grayscale: #D5D5D5. Windows color (decimal): -146486 or 13288445. OLE color: 13288445.
HSL color Cylindrical-coordinate representation of color #FDC3CA: hue angle of 352.76º 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 #FDC3CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 352.76º | 0.94% | 0.88% | - |
| HSV(B) | 352.76º | 0.23% | 0.99% | - |
| XYZ | 70.68 | 64.18 | 64.54 | - |
| YUV | 213.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 202 | 0 | 0.23 | 0.20 | 0.01 | 352.76 | 0.94 | 0.88 |
| Hex | FD | C3 | CA | 0 | 17 | 14 | 1 | 161 | 5E | 58 |
| Octal | 375 | 303 | 312 | 0 | 27 | 24 | 1 | 541 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11001010 | 0 | 10111 | 10100 | 1 | 101100001 | 1011110 | 1011000 |
Color Harmonies of #FDC3CA
Complementary color
Monochromatic Colors of #FDC3CA
Black with #FDC3CA
Text Example
Text Example
White with #FDC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3CA; }
p { color: rgb(253,195,202); }
H1.HeaderClassName
{
color: #FDC3CA;
}
.AnyTagClassName
{
color: #FDC3CA;
}
</style>
background-color css
<style>
a { background-color: #FDC3CA; }
a { background-color: rgb(253,195,202); }
div.DivClassName
{
background-color: #FDC3CA;
}
.BgClassName
{
background-color: #FDC3CA;
}
</style>
border-color css
<style>
span { border-color: #FDC3CA; }
span { border-color: rgb(253,195,202); }
td.TdClassName
{
border-color: #FDC3CA;
}
.TagClassName
{
border-color: #FDC3CA;
}
</style>