Shades of Pink #FCC4D1
Tints of Pink #FCC4D1
RGB
CMYK
RGB Variations
Color information
#FCC4D1 (or 0xFCC4D1) is known color: Pink. HEX triplet: FC, C4 and D1. RGB value is (252,196,209). Sum of RGB (Red+Green+Blue) = 252+196+209=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D1 is #033B2E. Grayscale: #D6D6D6. Windows color (decimal): -211759 or 13747452. OLE color: 13747452.
HSL color Cylindrical-coordinate representation of color #FCC4D1: hue angle of 346.07º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4D1 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 209 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.01 |
| HSL | 346.07º | 0.9% | 0.88% | - |
| HSV(B) | 346.07º | 0.22% | 0.99% | - |
| XYZ | 71.39 | 64.78 | 69.06 | - |
| YUV | 214.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 209 | 0 | 0.22 | 0.17 | 0.01 | 346.07 | 0.9 | 0.88 |
| Hex | FC | C4 | D1 | 0 | 16 | 11 | 1 | 15A | 5A | 58 |
| Octal | 374 | 304 | 321 | 0 | 26 | 21 | 1 | 532 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11010001 | 0 | 10110 | 10001 | 1 | 101011010 | 1011010 | 1011000 |
Color Harmonies of #FCC4D1
Complementary color
Monochromatic Colors of #FCC4D1
Black with #FCC4D1
Text Example
Text Example
White with #FCC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4D1; }
p { color: rgb(252,196,209); }
H1.HeaderClassName
{
color: #FCC4D1;
}
.AnyTagClassName
{
color: #FCC4D1;
}
</style>
background-color css
<style>
a { background-color: #FCC4D1; }
a { background-color: rgb(252,196,209); }
div.DivClassName
{
background-color: #FCC4D1;
}
.BgClassName
{
background-color: #FCC4D1;
}
</style>
border-color css
<style>
span { border-color: #FCC4D1; }
span { border-color: rgb(252,196,209); }
td.TdClassName
{
border-color: #FCC4D1;
}
.TagClassName
{
border-color: #FCC4D1;
}
</style>