Shades of Pink #FDC1CA
Tints of Pink #FDC1CA
RGB
CMYK
RGB Variations
Color information
#FDC1CA (or 0xFDC1CA) is known color: Pink. HEX triplet: FD, C1 and CA. RGB value is (253,193,202). Sum of RGB (Red+Green+Blue) = 253+193+202=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1CA is #023E35. Grayscale: #D3D3D3. Windows color (decimal): -146998 or 13287933. OLE color: 13287933.
HSL color Cylindrical-coordinate representation of color #FDC1CA: hue angle of 351º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1CA is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 202 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.01 |
| HSL | 351º | 0.94% | 0.87% | - |
| HSV(B) | 351º | 0.24% | 0.99% | - |
| XYZ | 70.24 | 63.29 | 64.39 | - |
| YUV | 211.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 202 | 0 | 0.24 | 0.20 | 0.01 | 351 | 0.94 | 0.87 |
| Hex | FD | C1 | CA | 0 | 18 | 14 | 1 | 15F | 5E | 57 |
| Octal | 375 | 301 | 312 | 0 | 30 | 24 | 1 | 537 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11001010 | 0 | 11000 | 10100 | 1 | 101011111 | 1011110 | 1010111 |
Color Harmonies of #FDC1CA
Complementary color
Monochromatic Colors of #FDC1CA
Black with #FDC1CA
Text Example
Text Example
White with #FDC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1CA; }
p { color: rgb(253,193,202); }
H1.HeaderClassName
{
color: #FDC1CA;
}
.AnyTagClassName
{
color: #FDC1CA;
}
</style>
background-color css
<style>
a { background-color: #FDC1CA; }
a { background-color: rgb(253,193,202); }
div.DivClassName
{
background-color: #FDC1CA;
}
.BgClassName
{
background-color: #FDC1CA;
}
</style>
border-color css
<style>
span { border-color: #FDC1CA; }
span { border-color: rgb(253,193,202); }
td.TdClassName
{
border-color: #FDC1CA;
}
.TagClassName
{
border-color: #FDC1CA;
}
</style>