Shades of Your Pink #FCC8BE
Tints of Your Pink #FCC8BE
RGB
CMYK
RGB Variations
Color information
#FCC8BE (or 0xFCC8BE) is known color: Your Pink. HEX triplet: FC, C8 and BE. RGB value is (252,200,190). Sum of RGB (Red+Green+Blue) = 252+200+190=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BE is #033741. Grayscale: #D6D6D6. Windows color (decimal): -210754 or 12503292. OLE color: 12503292.
HSL color Cylindrical-coordinate representation of color #FCC8BE: hue angle of 9.68º 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 #FCC8BE is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 190 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.01 |
| HSL | 9.68º | 0.91% | 0.87% | - |
| HSV(B) | 9.68º | 0.25% | 0.99% | - |
| XYZ | 70.09 | 65.72 | 57.71 | - |
| YUV | 214.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 190 | 0 | 0.21 | 0.25 | 0.01 | 9.68 | 0.91 | 0.87 |
| Hex | FC | C8 | BE | 0 | 15 | 19 | 1 | A | 5B | 57 |
| Octal | 374 | 310 | 276 | 0 | 25 | 31 | 1 | 12 | 133 | 127 |
| Binary | 11111100 | 11001000 | 10111110 | 0 | 10101 | 11001 | 1 | 1010 | 1011011 | 1010111 |
Color Harmonies of #FCC8BE
Complementary color
Monochromatic Colors of #FCC8BE
Black with #FCC8BE
Text Example
Text Example
White with #FCC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8BE; }
p { color: rgb(252,200,190); }
H1.HeaderClassName
{
color: #FCC8BE;
}
.AnyTagClassName
{
color: #FCC8BE;
}
</style>
background-color css
<style>
a { background-color: #FCC8BE; }
a { background-color: rgb(252,200,190); }
div.DivClassName
{
background-color: #FCC8BE;
}
.BgClassName
{
background-color: #FCC8BE;
}
</style>
border-color css
<style>
span { border-color: #FCC8BE; }
span { border-color: rgb(252,200,190); }
td.TdClassName
{
border-color: #FCC8BE;
}
.TagClassName
{
border-color: #FCC8BE;
}
</style>