Shades of Pink #FCC0CE
Tints of Pink #FCC0CE
RGB
CMYK
RGB Variations
Color information
#FCC0CE (or 0xFCC0CE) is known color: Pink. HEX triplet: FC, C0 and CE. RGB value is (252,192,206). Sum of RGB (Red+Green+Blue) = 252+192+206=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0CE is #033F31. Grayscale: #D3D3D3. Windows color (decimal): -212786 or 13549820. OLE color: 13549820.
HSL color Cylindrical-coordinate representation of color #FCC0CE: hue angle of 346º degrees, saturation: 0.91, 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 #FCC0CE is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 206 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.01 |
| HSL | 346º | 0.91% | 0.87% | - |
| HSV(B) | 346º | 0.24% | 0.99% | - |
| XYZ | 70.14 | 62.85 | 66.83 | - |
| YUV | 211.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 206 | 0 | 0.24 | 0.18 | 0.01 | 346 | 0.91 | 0.87 |
| Hex | FC | C0 | CE | 0 | 18 | 12 | 1 | 15A | 5B | 57 |
| Octal | 374 | 300 | 316 | 0 | 30 | 22 | 1 | 532 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11001110 | 0 | 11000 | 10010 | 1 | 101011010 | 1011011 | 1010111 |
Color Harmonies of #FCC0CE
Complementary color
Monochromatic Colors of #FCC0CE
Black with #FCC0CE
Text Example
Text Example
White with #FCC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0CE; }
p { color: rgb(252,192,206); }
H1.HeaderClassName
{
color: #FCC0CE;
}
.AnyTagClassName
{
color: #FCC0CE;
}
</style>
background-color css
<style>
a { background-color: #FCC0CE; }
a { background-color: rgb(252,192,206); }
div.DivClassName
{
background-color: #FCC0CE;
}
.BgClassName
{
background-color: #FCC0CE;
}
</style>
border-color css
<style>
span { border-color: #FCC0CE; }
span { border-color: rgb(252,192,206); }
td.TdClassName
{
border-color: #FCC0CE;
}
.TagClassName
{
border-color: #FCC0CE;
}
</style>