Shades of Your Pink #FCC2B4
Tints of Your Pink #FCC2B4
RGB
CMYK
RGB Variations
Color information
#FCC2B4 (or 0xFCC2B4) is known color: Your Pink. HEX triplet: FC, C2 and B4. RGB value is (252,194,180). Sum of RGB (Red+Green+Blue) = 252+194+180=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2B4 is #033D4B. Grayscale: #D1D1D1. Windows color (decimal): -212300 or 11846396. OLE color: 11846396.
HSL color Cylindrical-coordinate representation of color #FCC2B4: hue angle of 11.67º 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 #FCC2B4 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 180 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.01 |
| HSL | 11.67º | 0.92% | 0.85% | - |
| HSV(B) | 11.67º | 0.29% | 0.99% | - |
| XYZ | 67.67 | 62.57 | 51.69 | - |
| YUV | 209.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 180 | 0 | 0.23 | 0.29 | 0.01 | 11.67 | 0.92 | 0.85 |
| Hex | FC | C2 | B4 | 0 | 17 | 1D | 1 | C | 5C | 55 |
| Octal | 374 | 302 | 264 | 0 | 27 | 35 | 1 | 14 | 134 | 125 |
| Binary | 11111100 | 11000010 | 10110100 | 0 | 10111 | 11101 | 1 | 1100 | 1011100 | 1010101 |
Color Harmonies of #FCC2B4
Complementary color
Monochromatic Colors of #FCC2B4
Black with #FCC2B4
Text Example
Text Example
White with #FCC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2B4; }
p { color: rgb(252,194,180); }
H1.HeaderClassName
{
color: #FCC2B4;
}
.AnyTagClassName
{
color: #FCC2B4;
}
</style>
background-color css
<style>
a { background-color: #FCC2B4; }
a { background-color: rgb(252,194,180); }
div.DivClassName
{
background-color: #FCC2B4;
}
.BgClassName
{
background-color: #FCC2B4;
}
</style>
border-color css
<style>
span { border-color: #FCC2B4; }
span { border-color: rgb(252,194,180); }
td.TdClassName
{
border-color: #FCC2B4;
}
.TagClassName
{
border-color: #FCC2B4;
}
</style>