Shades of Pink #FCC1CE
Tints of Pink #FCC1CE
RGB
CMYK
RGB Variations
Color information
#FCC1CE (or 0xFCC1CE) is known color: Pink. HEX triplet: FC, C1 and CE. RGB value is (252,193,206). Sum of RGB (Red+Green+Blue) = 252+193+206=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1CE is #033E31. Grayscale: #D4D4D4. Windows color (decimal): -212530 or 13550076. OLE color: 13550076.
HSL color Cylindrical-coordinate representation of color #FCC1CE: hue angle of 346.78º 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 #FCC1CE is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 206 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.01 |
| HSL | 346.78º | 0.91% | 0.87% | - |
| HSV(B) | 346.78º | 0.23% | 0.99% | - |
| XYZ | 70.36 | 63.29 | 66.9 | - |
| YUV | 212.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 206 | 0 | 0.23 | 0.18 | 0.01 | 346.78 | 0.91 | 0.87 |
| Hex | FC | C1 | CE | 0 | 17 | 12 | 1 | 15B | 5B | 57 |
| Octal | 374 | 301 | 316 | 0 | 27 | 22 | 1 | 533 | 133 | 127 |
| Binary | 11111100 | 11000001 | 11001110 | 0 | 10111 | 10010 | 1 | 101011011 | 1011011 | 1010111 |
Color Harmonies of #FCC1CE
Complementary color
Monochromatic Colors of #FCC1CE
Black with #FCC1CE
Text Example
Text Example
White with #FCC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1CE; }
p { color: rgb(252,193,206); }
H1.HeaderClassName
{
color: #FCC1CE;
}
.AnyTagClassName
{
color: #FCC1CE;
}
</style>
background-color css
<style>
a { background-color: #FCC1CE; }
a { background-color: rgb(252,193,206); }
div.DivClassName
{
background-color: #FCC1CE;
}
.BgClassName
{
background-color: #FCC1CE;
}
</style>
border-color css
<style>
span { border-color: #FCC1CE; }
span { border-color: rgb(252,193,206); }
td.TdClassName
{
border-color: #FCC1CE;
}
.TagClassName
{
border-color: #FCC1CE;
}
</style>