Shades of Your Pink #FCC1B6
Tints of Your Pink #FCC1B6
RGB
CMYK
RGB Variations
Color information
#FCC1B6 (or 0xFCC1B6) is known color: Your Pink. HEX triplet: FC, C1 and B6. RGB value is (252,193,182). Sum of RGB (Red+Green+Blue) = 252+193+182=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 182 (71.48% from 255 or 29.03% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1B6 is #033E49. Grayscale: #D1D1D1. Windows color (decimal): -212554 or 11977212. OLE color: 11977212.
HSL color Cylindrical-coordinate representation of color #FCC1B6: hue angle of 9.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCC1B6 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 182 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.01 |
| HSL | 9.43º | 0.92% | 0.85% | - |
| HSV(B) | 9.43º | 0.28% | 0.99% | - |
| XYZ | 67.66 | 62.21 | 52.7 | - |
| YUV | 209.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 182 | 0 | 0.23 | 0.28 | 0.01 | 9.43 | 0.92 | 0.85 |
| Hex | FC | C1 | B6 | 0 | 17 | 1C | 1 | 9 | 5C | 55 |
| Octal | 374 | 301 | 266 | 0 | 27 | 34 | 1 | 11 | 134 | 125 |
| Binary | 11111100 | 11000001 | 10110110 | 0 | 10111 | 11100 | 1 | 1001 | 1011100 | 1010101 |
Color Harmonies of #FCC1B6
Complementary color
Monochromatic Colors of #FCC1B6
Black with #FCC1B6
Text Example
Text Example
White with #FCC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1B6; }
p { color: rgb(252,193,182); }
H1.HeaderClassName
{
color: #FCC1B6;
}
.AnyTagClassName
{
color: #FCC1B6;
}
</style>
background-color css
<style>
a { background-color: #FCC1B6; }
a { background-color: rgb(252,193,182); }
div.DivClassName
{
background-color: #FCC1B6;
}
.BgClassName
{
background-color: #FCC1B6;
}
</style>
border-color css
<style>
span { border-color: #FCC1B6; }
span { border-color: rgb(252,193,182); }
td.TdClassName
{
border-color: #FCC1B6;
}
.TagClassName
{
border-color: #FCC1B6;
}
</style>