Shades of Your Pink #FCC2BC
Tints of Your Pink #FCC2BC
RGB
CMYK
RGB Variations
Color information
#FCC2BC (or 0xFCC2BC) is known color: Your Pink. HEX triplet: FC, C2 and BC. RGB value is (252,194,188). Sum of RGB (Red+Green+Blue) = 252+194+188=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2BC is #033D43. Grayscale: #D2D2D2. Windows color (decimal): -212292 or 12370684. OLE color: 12370684.
HSL color Cylindrical-coordinate representation of color #FCC2BC: hue angle of 5.62º 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 #FCC2BC is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 188 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.01 |
| HSL | 5.63º | 0.91% | 0.86% | - |
| HSV(B) | 5.63º | 0.25% | 0.99% | - |
| XYZ | 68.51 | 62.91 | 56.11 | - |
| YUV | 210.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 188 | 0 | 0.23 | 0.25 | 0.01 | 5.63 | 0.91 | 0.86 |
| Hex | FC | C2 | BC | 0 | 17 | 19 | 1 | 6 | 5B | 56 |
| Octal | 374 | 302 | 274 | 0 | 27 | 31 | 1 | 6 | 133 | 126 |
| Binary | 11111100 | 11000010 | 10111100 | 0 | 10111 | 11001 | 1 | 110 | 1011011 | 1010110 |
Color Harmonies of #FCC2BC
Complementary color
Monochromatic Colors of #FCC2BC
Black with #FCC2BC
Text Example
Text Example
White with #FCC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2BC; }
p { color: rgb(252,194,188); }
H1.HeaderClassName
{
color: #FCC2BC;
}
.AnyTagClassName
{
color: #FCC2BC;
}
</style>
background-color css
<style>
a { background-color: #FCC2BC; }
a { background-color: rgb(252,194,188); }
div.DivClassName
{
background-color: #FCC2BC;
}
.BgClassName
{
background-color: #FCC2BC;
}
</style>
border-color css
<style>
span { border-color: #FCC2BC; }
span { border-color: rgb(252,194,188); }
td.TdClassName
{
border-color: #FCC2BC;
}
.TagClassName
{
border-color: #FCC2BC;
}
</style>