Shades of Your Pink #FCC0BC
Tints of Your Pink #FCC0BC
RGB
CMYK
RGB Variations
Color information
#FCC0BC (or 0xFCC0BC) is known color: Your Pink. HEX triplet: FC, C0 and BC. RGB value is (252,192,188). Sum of RGB (Red+Green+Blue) = 252+192+188=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0BC is #033F43. Grayscale: #D1D1D1. Windows color (decimal): -212804 or 12370172. OLE color: 12370172.
HSL color Cylindrical-coordinate representation of color #FCC0BC: hue angle of 3.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC0BC is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 188 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 3.75º | 0.91% | 0.86% | - |
| HSV(B) | 3.75º | 0.25% | 0.99% | - |
| XYZ | 68.07 | 62.03 | 55.96 | - |
| YUV | 209.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 188 | 0 | 0.24 | 0.25 | 0.01 | 3.75 | 0.91 | 0.86 |
| Hex | FC | C0 | BC | 0 | 18 | 19 | 1 | 4 | 5B | 56 |
| Octal | 374 | 300 | 274 | 0 | 30 | 31 | 1 | 4 | 133 | 126 |
| Binary | 11111100 | 11000000 | 10111100 | 0 | 11000 | 11001 | 1 | 100 | 1011011 | 1010110 |
Color Harmonies of #FCC0BC
Complementary color
Monochromatic Colors of #FCC0BC
Black with #FCC0BC
Text Example
Text Example
White with #FCC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0BC; }
p { color: rgb(252,192,188); }
H1.HeaderClassName
{
color: #FCC0BC;
}
.AnyTagClassName
{
color: #FCC0BC;
}
</style>
background-color css
<style>
a { background-color: #FCC0BC; }
a { background-color: rgb(252,192,188); }
div.DivClassName
{
background-color: #FCC0BC;
}
.BgClassName
{
background-color: #FCC0BC;
}
</style>
border-color css
<style>
span { border-color: #FCC0BC; }
span { border-color: rgb(252,192,188); }
td.TdClassName
{
border-color: #FCC0BC;
}
.TagClassName
{
border-color: #FCC0BC;
}
</style>