Shades of Your Pink #FCC1B8
Tints of Your Pink #FCC1B8
RGB
CMYK
RGB Variations
Color information
#FCC1B8 (or 0xFCC1B8) is known color: Your Pink. HEX triplet: FC, C1 and B8. RGB value is (252,193,184). Sum of RGB (Red+Green+Blue) = 252+193+184=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1B8 is #033E47. Grayscale: #D1D1D1. Windows color (decimal): -212552 or 12108284. OLE color: 12108284.
HSL color Cylindrical-coordinate representation of color #FCC1B8: hue angle of 7.94º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCC1B8 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 184 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.01 |
| HSL | 7.94º | 0.92% | 0.85% | - |
| HSV(B) | 7.94º | 0.27% | 0.99% | - |
| XYZ | 67.87 | 62.3 | 53.79 | - |
| YUV | 209.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 184 | 0 | 0.23 | 0.27 | 0.01 | 7.94 | 0.92 | 0.85 |
| Hex | FC | C1 | B8 | 0 | 17 | 1B | 1 | 8 | 5C | 55 |
| Octal | 374 | 301 | 270 | 0 | 27 | 33 | 1 | 10 | 134 | 125 |
| Binary | 11111100 | 11000001 | 10111000 | 0 | 10111 | 11011 | 1 | 1000 | 1011100 | 1010101 |
Color Harmonies of #FCC1B8
Complementary color
Monochromatic Colors of #FCC1B8
Black with #FCC1B8
Text Example
Text Example
White with #FCC1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1B8; }
p { color: rgb(252,193,184); }
H1.HeaderClassName
{
color: #FCC1B8;
}
.AnyTagClassName
{
color: #FCC1B8;
}
</style>
background-color css
<style>
a { background-color: #FCC1B8; }
a { background-color: rgb(252,193,184); }
div.DivClassName
{
background-color: #FCC1B8;
}
.BgClassName
{
background-color: #FCC1B8;
}
</style>
border-color css
<style>
span { border-color: #FCC1B8; }
span { border-color: rgb(252,193,184); }
td.TdClassName
{
border-color: #FCC1B8;
}
.TagClassName
{
border-color: #FCC1B8;
}
</style>