Shades of Pink #FDC1D1
Tints of Pink #FDC1D1
RGB
CMYK
RGB Variations
Color information
#FDC1D1 (or 0xFDC1D1) is known color: Pink. HEX triplet: FD, C1 and D1. RGB value is (253,193,209). Sum of RGB (Red+Green+Blue) = 253+193+209=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1D1 is #023E2E. Grayscale: #D4D4D4. Windows color (decimal): -146991 or 13746685. OLE color: 13746685.
HSL color Cylindrical-coordinate representation of color #FDC1D1: hue angle of 344º 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 #FDC1D1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 209 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.01 |
| HSL | 344º | 0.94% | 0.87% | - |
| HSV(B) | 344º | 0.24% | 0.99% | - |
| XYZ | 71.09 | 63.63 | 68.86 | - |
| YUV | 212.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 209 | 0 | 0.24 | 0.17 | 0.01 | 344 | 0.94 | 0.87 |
| Hex | FD | C1 | D1 | 0 | 18 | 11 | 1 | 158 | 5E | 57 |
| Octal | 375 | 301 | 321 | 0 | 30 | 21 | 1 | 530 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11010001 | 0 | 11000 | 10001 | 1 | 101011000 | 1011110 | 1010111 |
Color Harmonies of #FDC1D1
Complementary color
Monochromatic Colors of #FDC1D1
Black with #FDC1D1
Text Example
Text Example
White with #FDC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1D1; }
p { color: rgb(253,193,209); }
H1.HeaderClassName
{
color: #FDC1D1;
}
.AnyTagClassName
{
color: #FDC1D1;
}
</style>
background-color css
<style>
a { background-color: #FDC1D1; }
a { background-color: rgb(253,193,209); }
div.DivClassName
{
background-color: #FDC1D1;
}
.BgClassName
{
background-color: #FDC1D1;
}
</style>
border-color css
<style>
span { border-color: #FDC1D1; }
span { border-color: rgb(253,193,209); }
td.TdClassName
{
border-color: #FDC1D1;
}
.TagClassName
{
border-color: #FDC1D1;
}
</style>