Shades of Pink #FDC1CC
Tints of Pink #FDC1CC
RGB
CMYK
RGB Variations
Color information
#FDC1CC (or 0xFDC1CC) is known color: Pink. HEX triplet: FD, C1 and CC. RGB value is (253,193,204). Sum of RGB (Red+Green+Blue) = 253+193+204=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1CC is #023E33. Grayscale: #D4D4D4. Windows color (decimal): -146996 or 13419005. OLE color: 13419005.
HSL color Cylindrical-coordinate representation of color #FDC1CC: hue angle of 349º 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 #FDC1CC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 204 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.01 |
| HSL | 349º | 0.94% | 0.87% | - |
| HSV(B) | 349º | 0.24% | 0.99% | - |
| XYZ | 70.48 | 63.38 | 65.65 | - |
| YUV | 212.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 204 | 0 | 0.24 | 0.19 | 0.01 | 349 | 0.94 | 0.87 |
| Hex | FD | C1 | CC | 0 | 18 | 13 | 1 | 15D | 5E | 57 |
| Octal | 375 | 301 | 314 | 0 | 30 | 23 | 1 | 535 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11001100 | 0 | 11000 | 10011 | 1 | 101011101 | 1011110 | 1010111 |
Color Harmonies of #FDC1CC
Complementary color
Monochromatic Colors of #FDC1CC
Black with #FDC1CC
Text Example
Text Example
White with #FDC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1CC; }
p { color: rgb(253,193,204); }
H1.HeaderClassName
{
color: #FDC1CC;
}
.AnyTagClassName
{
color: #FDC1CC;
}
</style>
background-color css
<style>
a { background-color: #FDC1CC; }
a { background-color: rgb(253,193,204); }
div.DivClassName
{
background-color: #FDC1CC;
}
.BgClassName
{
background-color: #FDC1CC;
}
</style>
border-color css
<style>
span { border-color: #FDC1CC; }
span { border-color: rgb(253,193,204); }
td.TdClassName
{
border-color: #FDC1CC;
}
.TagClassName
{
border-color: #FDC1CC;
}
</style>