Shades of Pink #FCC2D0
Tints of Pink #FCC2D0
RGB
CMYK
RGB Variations
Color information
#FCC2D0 (or 0xFCC2D0) is known color: Pink. HEX triplet: FC, C2 and D0. RGB value is (252,194,208). Sum of RGB (Red+Green+Blue) = 252+194+208=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2D0 is #033D2F. Grayscale: #D4D4D4. Windows color (decimal): -212272 or 13681404. OLE color: 13681404.
HSL color Cylindrical-coordinate representation of color #FCC2D0: hue angle of 345.52º 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 #FCC2D0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 208 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.01 |
| HSL | 345.52º | 0.91% | 0.87% | - |
| HSV(B) | 345.52º | 0.23% | 0.99% | - |
| XYZ | 70.82 | 63.83 | 68.26 | - |
| YUV | 212.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 208 | 0 | 0.23 | 0.17 | 0.01 | 345.52 | 0.91 | 0.87 |
| Hex | FC | C2 | D0 | 0 | 17 | 11 | 1 | 15A | 5B | 57 |
| Octal | 374 | 302 | 320 | 0 | 27 | 21 | 1 | 532 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11010000 | 0 | 10111 | 10001 | 1 | 101011010 | 1011011 | 1010111 |
Color Harmonies of #FCC2D0
Complementary color
Monochromatic Colors of #FCC2D0
Black with #FCC2D0
Text Example
Text Example
White with #FCC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2D0; }
p { color: rgb(252,194,208); }
H1.HeaderClassName
{
color: #FCC2D0;
}
.AnyTagClassName
{
color: #FCC2D0;
}
</style>
background-color css
<style>
a { background-color: #FCC2D0; }
a { background-color: rgb(252,194,208); }
div.DivClassName
{
background-color: #FCC2D0;
}
.BgClassName
{
background-color: #FCC2D0;
}
</style>
border-color css
<style>
span { border-color: #FCC2D0; }
span { border-color: rgb(252,194,208); }
td.TdClassName
{
border-color: #FCC2D0;
}
.TagClassName
{
border-color: #FCC2D0;
}
</style>