Shades of Pink #FCC4D0
Tints of Pink #FCC4D0
RGB
CMYK
RGB Variations
Color information
#FCC4D0 (or 0xFCC4D0) is known color: Pink. HEX triplet: FC, C4 and D0. RGB value is (252,196,208). Sum of RGB (Red+Green+Blue) = 252+196+208=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D0 is #033B2F. Grayscale: #D6D6D6. Windows color (decimal): -211760 or 13681916. OLE color: 13681916.
HSL color Cylindrical-coordinate representation of color #FCC4D0: hue angle of 347.14º 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 #FCC4D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 208 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.01 |
| HSL | 347.14º | 0.9% | 0.88% | - |
| HSV(B) | 347.14º | 0.22% | 0.99% | - |
| XYZ | 71.27 | 64.73 | 68.41 | - |
| YUV | 214.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 208 | 0 | 0.22 | 0.17 | 0.01 | 347.14 | 0.9 | 0.88 |
| Hex | FC | C4 | D0 | 0 | 16 | 11 | 1 | 15B | 5A | 58 |
| Octal | 374 | 304 | 320 | 0 | 26 | 21 | 1 | 533 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11010000 | 0 | 10110 | 10001 | 1 | 101011011 | 1011010 | 1011000 |
Color Harmonies of #FCC4D0
Complementary color
Monochromatic Colors of #FCC4D0
Black with #FCC4D0
Text Example
Text Example
White with #FCC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4D0; }
p { color: rgb(252,196,208); }
H1.HeaderClassName
{
color: #FCC4D0;
}
.AnyTagClassName
{
color: #FCC4D0;
}
</style>
background-color css
<style>
a { background-color: #FCC4D0; }
a { background-color: rgb(252,196,208); }
div.DivClassName
{
background-color: #FCC4D0;
}
.BgClassName
{
background-color: #FCC4D0;
}
</style>
border-color css
<style>
span { border-color: #FCC4D0; }
span { border-color: rgb(252,196,208); }
td.TdClassName
{
border-color: #FCC4D0;
}
.TagClassName
{
border-color: #FCC4D0;
}
</style>