Shades of Your Pink #FCC1BE
Tints of Your Pink #FCC1BE
RGB
CMYK
RGB Variations
Color information
#FCC1BE (or 0xFCC1BE) is known color: Your Pink. HEX triplet: FC, C1 and BE. RGB value is (252,193,190). Sum of RGB (Red+Green+Blue) = 252+193+190=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1BE is #033E41. Grayscale: #D2D2D2. Windows color (decimal): -212546 or 12501500. OLE color: 12501500.
HSL color Cylindrical-coordinate representation of color #FCC1BE: hue angle of 2.9º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC1BE is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 190 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.01 |
| HSL | 2.9º | 0.91% | 0.87% | - |
| HSV(B) | 2.9º | 0.25% | 0.99% | - |
| XYZ | 68.51 | 62.55 | 57.18 | - |
| YUV | 210.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 190 | 0 | 0.23 | 0.25 | 0.01 | 2.9 | 0.91 | 0.87 |
| Hex | FC | C1 | BE | 0 | 17 | 19 | 1 | 3 | 5B | 57 |
| Octal | 374 | 301 | 276 | 0 | 27 | 31 | 1 | 3 | 133 | 127 |
| Binary | 11111100 | 11000001 | 10111110 | 0 | 10111 | 11001 | 1 | 11 | 1011011 | 1010111 |
Color Harmonies of #FCC1BE
Complementary color
Monochromatic Colors of #FCC1BE
Black with #FCC1BE
Text Example
Text Example
White with #FCC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1BE; }
p { color: rgb(252,193,190); }
H1.HeaderClassName
{
color: #FCC1BE;
}
.AnyTagClassName
{
color: #FCC1BE;
}
</style>
background-color css
<style>
a { background-color: #FCC1BE; }
a { background-color: rgb(252,193,190); }
div.DivClassName
{
background-color: #FCC1BE;
}
.BgClassName
{
background-color: #FCC1BE;
}
</style>
border-color css
<style>
span { border-color: #FCC1BE; }
span { border-color: rgb(252,193,190); }
td.TdClassName
{
border-color: #FCC1BE;
}
.TagClassName
{
border-color: #FCC1BE;
}
</style>