Shades of Pink #FCC6CE
Tints of Pink #FCC6CE
RGB
CMYK
RGB Variations
Color information
#FCC6CE (or 0xFCC6CE) is known color: Pink. HEX triplet: FC, C6 and CE. RGB value is (252,198,206). Sum of RGB (Red+Green+Blue) = 252+198+206=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CE is #033931. Grayscale: #D7D7D7. Windows color (decimal): -211250 or 13551356. OLE color: 13551356.
HSL color Cylindrical-coordinate representation of color #FCC6CE: hue angle of 351.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6CE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 206 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.01 |
| HSL | 351.11º | 0.9% | 0.88% | - |
| HSV(B) | 351.11º | 0.21% | 0.99% | - |
| XYZ | 71.48 | 65.54 | 67.28 | - |
| YUV | 215.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 206 | 0 | 0.21 | 0.18 | 0.01 | 351.11 | 0.9 | 0.88 |
| Hex | FC | C6 | CE | 0 | 15 | 12 | 1 | 15F | 5A | 58 |
| Octal | 374 | 306 | 316 | 0 | 25 | 22 | 1 | 537 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11001110 | 0 | 10101 | 10010 | 1 | 101011111 | 1011010 | 1011000 |
Color Harmonies of #FCC6CE
Complementary color
Monochromatic Colors of #FCC6CE
Black with #FCC6CE
Text Example
Text Example
White with #FCC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6CE; }
p { color: rgb(252,198,206); }
H1.HeaderClassName
{
color: #FCC6CE;
}
.AnyTagClassName
{
color: #FCC6CE;
}
</style>
background-color css
<style>
a { background-color: #FCC6CE; }
a { background-color: rgb(252,198,206); }
div.DivClassName
{
background-color: #FCC6CE;
}
.BgClassName
{
background-color: #FCC6CE;
}
</style>
border-color css
<style>
span { border-color: #FCC6CE; }
span { border-color: rgb(252,198,206); }
td.TdClassName
{
border-color: #FCC6CE;
}
.TagClassName
{
border-color: #FCC6CE;
}
</style>