Shades of Your Pink #FCC9BE
Tints of Your Pink #FCC9BE
RGB
CMYK
RGB Variations
Color information
#FCC9BE (or 0xFCC9BE) is known color: Your Pink. HEX triplet: FC, C9 and BE. RGB value is (252,201,190). Sum of RGB (Red+Green+Blue) = 252+201+190=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9BE is #033641. Grayscale: #D7D7D7. Windows color (decimal): -210498 or 12503548. OLE color: 12503548.
HSL color Cylindrical-coordinate representation of color #FCC9BE: hue angle of 10.65º 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 #FCC9BE is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 190 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.01 |
| HSL | 10.65º | 0.91% | 0.87% | - |
| HSV(B) | 10.65º | 0.25% | 0.99% | - |
| XYZ | 70.33 | 66.19 | 57.78 | - |
| YUV | 215 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 190 | 0 | 0.20 | 0.25 | 0.01 | 10.65 | 0.91 | 0.87 |
| Hex | FC | C9 | BE | 0 | 14 | 19 | 1 | B | 5B | 57 |
| Octal | 374 | 311 | 276 | 0 | 24 | 31 | 1 | 13 | 133 | 127 |
| Binary | 11111100 | 11001001 | 10111110 | 0 | 10100 | 11001 | 1 | 1011 | 1011011 | 1010111 |
Color Harmonies of #FCC9BE
Complementary color
Monochromatic Colors of #FCC9BE
Black with #FCC9BE
Text Example
Text Example
White with #FCC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9BE; }
p { color: rgb(252,201,190); }
H1.HeaderClassName
{
color: #FCC9BE;
}
.AnyTagClassName
{
color: #FCC9BE;
}
</style>
background-color css
<style>
a { background-color: #FCC9BE; }
a { background-color: rgb(252,201,190); }
div.DivClassName
{
background-color: #FCC9BE;
}
.BgClassName
{
background-color: #FCC9BE;
}
</style>
border-color css
<style>
span { border-color: #FCC9BE; }
span { border-color: rgb(252,201,190); }
td.TdClassName
{
border-color: #FCC9BE;
}
.TagClassName
{
border-color: #FCC9BE;
}
</style>