Shades of Your Pink #FCC2B3
Tints of Your Pink #FCC2B3
RGB
CMYK
RGB Variations
Color information
#FCC2B3 (or 0xFCC2B3) is known color: Your Pink. HEX triplet: FC, C2 and B3. RGB value is (252,194,179). Sum of RGB (Red+Green+Blue) = 252+194+179=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2B3 is #033D4C. Grayscale: #D1D1D1. Windows color (decimal): -212301 or 11780860. OLE color: 11780860.
HSL color Cylindrical-coordinate representation of color #FCC2B3: hue angle of 12.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC2B3 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 179 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.01 |
| HSL | 12.33º | 0.92% | 0.85% | - |
| HSV(B) | 12.33º | 0.29% | 0.99% | - |
| XYZ | 67.57 | 62.53 | 51.16 | - |
| YUV | 209.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 179 | 0 | 0.23 | 0.29 | 0.01 | 12.33 | 0.92 | 0.85 |
| Hex | FC | C2 | B3 | 0 | 17 | 1D | 1 | C | 5C | 55 |
| Octal | 374 | 302 | 263 | 0 | 27 | 35 | 1 | 14 | 134 | 125 |
| Binary | 11111100 | 11000010 | 10110011 | 0 | 10111 | 11101 | 1 | 1100 | 1011100 | 1010101 |
Color Harmonies of #FCC2B3
Complementary color
Monochromatic Colors of #FCC2B3
Black with #FCC2B3
Text Example
Text Example
White with #FCC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2B3; }
p { color: rgb(252,194,179); }
H1.HeaderClassName
{
color: #FCC2B3;
}
.AnyTagClassName
{
color: #FCC2B3;
}
</style>
background-color css
<style>
a { background-color: #FCC2B3; }
a { background-color: rgb(252,194,179); }
div.DivClassName
{
background-color: #FCC2B3;
}
.BgClassName
{
background-color: #FCC2B3;
}
</style>
border-color css
<style>
span { border-color: #FCC2B3; }
span { border-color: rgb(252,194,179); }
td.TdClassName
{
border-color: #FCC2B3;
}
.TagClassName
{
border-color: #FCC2B3;
}
</style>