Shades of Your Pink #FCCDC1
Tints of Your Pink #FCCDC1
RGB
CMYK
RGB Variations
Color information
#FCCDC1 (or 0xFCCDC1) is known color: Your Pink. HEX triplet: FC, CD and C1. RGB value is (252,205,193). Sum of RGB (Red+Green+Blue) = 252+205+193=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC1 is #03323E. Grayscale: #D9D9D9. Windows color (decimal): -209471 or 12701180. OLE color: 12701180.
HSL color Cylindrical-coordinate representation of color #FCCDC1: hue angle of 12.2º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCCDC1 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 193 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.01 |
| HSL | 12.2º | 0.91% | 0.87% | - |
| HSV(B) | 12.2º | 0.23% | 0.99% | - |
| XYZ | 71.6 | 68.21 | 59.84 | - |
| YUV | 217.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 193 | 0 | 0.19 | 0.23 | 0.01 | 12.2 | 0.91 | 0.87 |
| Hex | FC | CD | C1 | 0 | 13 | 17 | 1 | C | 5B | 57 |
| Octal | 374 | 315 | 301 | 0 | 23 | 27 | 1 | 14 | 133 | 127 |
| Binary | 11111100 | 11001101 | 11000001 | 0 | 10011 | 10111 | 1 | 1100 | 1011011 | 1010111 |
Color Harmonies of #FCCDC1
Complementary color
Monochromatic Colors of #FCCDC1
Black with #FCCDC1
Text Example
Text Example
White with #FCCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDC1; }
p { color: rgb(252,205,193); }
H1.HeaderClassName
{
color: #FCCDC1;
}
.AnyTagClassName
{
color: #FCCDC1;
}
</style>
background-color css
<style>
a { background-color: #FCCDC1; }
a { background-color: rgb(252,205,193); }
div.DivClassName
{
background-color: #FCCDC1;
}
.BgClassName
{
background-color: #FCCDC1;
}
</style>
border-color css
<style>
span { border-color: #FCCDC1; }
span { border-color: rgb(252,205,193); }
td.TdClassName
{
border-color: #FCCDC1;
}
.TagClassName
{
border-color: #FCCDC1;
}
</style>