Shades of Your Pink #FCC0B4
Tints of Your Pink #FCC0B4
RGB
CMYK
RGB Variations
Color information
#FCC0B4 (or 0xFCC0B4) is known color: Your Pink. HEX triplet: FC, C0 and B4. RGB value is (252,192,180). Sum of RGB (Red+Green+Blue) = 252+192+180=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0B4 is #033F4B. Grayscale: #D0D0D0. Windows color (decimal): -212812 or 11845884. OLE color: 11845884.
HSL color Cylindrical-coordinate representation of color #FCC0B4: hue angle of 10º 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 #FCC0B4 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 180 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.01 |
| HSL | 10º | 0.92% | 0.85% | - |
| HSV(B) | 10º | 0.29% | 0.99% | - |
| XYZ | 67.23 | 61.69 | 51.54 | - |
| YUV | 208.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 180 | 0 | 0.24 | 0.29 | 0.01 | 10 | 0.92 | 0.85 |
| Hex | FC | C0 | B4 | 0 | 18 | 1D | 1 | A | 5C | 55 |
| Octal | 374 | 300 | 264 | 0 | 30 | 35 | 1 | 12 | 134 | 125 |
| Binary | 11111100 | 11000000 | 10110100 | 0 | 11000 | 11101 | 1 | 1010 | 1011100 | 1010101 |
Color Harmonies of #FCC0B4
Complementary color
Monochromatic Colors of #FCC0B4
Black with #FCC0B4
Text Example
Text Example
White with #FCC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0B4; }
p { color: rgb(252,192,180); }
H1.HeaderClassName
{
color: #FCC0B4;
}
.AnyTagClassName
{
color: #FCC0B4;
}
</style>
background-color css
<style>
a { background-color: #FCC0B4; }
a { background-color: rgb(252,192,180); }
div.DivClassName
{
background-color: #FCC0B4;
}
.BgClassName
{
background-color: #FCC0B4;
}
</style>
border-color css
<style>
span { border-color: #FCC0B4; }
span { border-color: rgb(252,192,180); }
td.TdClassName
{
border-color: #FCC0B4;
}
.TagClassName
{
border-color: #FCC0B4;
}
</style>