Shades of Pink #FDC4CA
Tints of Pink #FDC4CA
RGB
CMYK
RGB Variations
Color information
#FDC4CA (or 0xFDC4CA) is known color: Pink. HEX triplet: FD, C4 and CA. RGB value is (253,196,202). Sum of RGB (Red+Green+Blue) = 253+196+202=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CA is #023B35. Grayscale: #D5D5D5. Windows color (decimal): -146230 or 13288701. OLE color: 13288701.
HSL color Cylindrical-coordinate representation of color #FDC4CA: hue angle of 353.68º degrees, saturation: 0.93, 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 #FDC4CA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 202 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.01 |
| HSL | 353.68º | 0.93% | 0.88% | - |
| HSV(B) | 353.68º | 0.23% | 0.99% | - |
| XYZ | 70.91 | 64.63 | 64.61 | - |
| YUV | 213.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 202 | 0 | 0.23 | 0.20 | 0.01 | 353.68 | 0.93 | 0.88 |
| Hex | FD | C4 | CA | 0 | 17 | 14 | 1 | 162 | 5D | 58 |
| Octal | 375 | 304 | 312 | 0 | 27 | 24 | 1 | 542 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11001010 | 0 | 10111 | 10100 | 1 | 101100010 | 1011101 | 1011000 |
Color Harmonies of #FDC4CA
Complementary color
Monochromatic Colors of #FDC4CA
Black with #FDC4CA
Text Example
Text Example
White with #FDC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4CA; }
p { color: rgb(253,196,202); }
H1.HeaderClassName
{
color: #FDC4CA;
}
.AnyTagClassName
{
color: #FDC4CA;
}
</style>
background-color css
<style>
a { background-color: #FDC4CA; }
a { background-color: rgb(253,196,202); }
div.DivClassName
{
background-color: #FDC4CA;
}
.BgClassName
{
background-color: #FDC4CA;
}
</style>
border-color css
<style>
span { border-color: #FDC4CA; }
span { border-color: rgb(253,196,202); }
td.TdClassName
{
border-color: #FDC4CA;
}
.TagClassName
{
border-color: #FDC4CA;
}
</style>