Shades of Your Pink #FCC5BE
Tints of Your Pink #FCC5BE
RGB
CMYK
RGB Variations
Color information
#FCC5BE (or 0xFCC5BE) is known color: Your Pink. HEX triplet: FC, C5 and BE. RGB value is (252,197,190). Sum of RGB (Red+Green+Blue) = 252+197+190=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5BE is #033A41. Grayscale: #D4D4D4. Windows color (decimal): -211522 or 12502524. OLE color: 12502524.
HSL color Cylindrical-coordinate representation of color #FCC5BE: hue angle of 6.77º 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 #FCC5BE is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 190 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.01 |
| HSL | 6.77º | 0.91% | 0.87% | - |
| HSV(B) | 6.77º | 0.25% | 0.99% | - |
| XYZ | 69.41 | 64.35 | 57.48 | - |
| YUV | 212.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 190 | 0 | 0.22 | 0.25 | 0.01 | 6.77 | 0.91 | 0.87 |
| Hex | FC | C5 | BE | 0 | 16 | 19 | 1 | 7 | 5B | 57 |
| Octal | 374 | 305 | 276 | 0 | 26 | 31 | 1 | 7 | 133 | 127 |
| Binary | 11111100 | 11000101 | 10111110 | 0 | 10110 | 11001 | 1 | 111 | 1011011 | 1010111 |
Color Harmonies of #FCC5BE
Complementary color
Monochromatic Colors of #FCC5BE
Black with #FCC5BE
Text Example
Text Example
White with #FCC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5BE; }
p { color: rgb(252,197,190); }
H1.HeaderClassName
{
color: #FCC5BE;
}
.AnyTagClassName
{
color: #FCC5BE;
}
</style>
background-color css
<style>
a { background-color: #FCC5BE; }
a { background-color: rgb(252,197,190); }
div.DivClassName
{
background-color: #FCC5BE;
}
.BgClassName
{
background-color: #FCC5BE;
}
</style>
border-color css
<style>
span { border-color: #FCC5BE; }
span { border-color: rgb(252,197,190); }
td.TdClassName
{
border-color: #FCC5BE;
}
.TagClassName
{
border-color: #FCC5BE;
}
</style>