Shades of Your Pink #FCC8BA
Tints of Your Pink #FCC8BA
RGB
CMYK
RGB Variations
Color information
#FCC8BA (or 0xFCC8BA) is known color: Your Pink. HEX triplet: FC, C8 and BA. RGB value is (252,200,186). Sum of RGB (Red+Green+Blue) = 252+200+186=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BA is #033745. Grayscale: #D6D6D6. Windows color (decimal): -210758 or 12241148. OLE color: 12241148.
HSL color Cylindrical-coordinate representation of color #FCC8BA: hue angle of 12.73º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCC8BA is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 186 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.01 |
| HSL | 12.73º | 0.92% | 0.86% | - |
| HSV(B) | 12.73º | 0.26% | 0.99% | - |
| XYZ | 69.66 | 65.55 | 55.44 | - |
| YUV | 213.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 186 | 0 | 0.21 | 0.26 | 0.01 | 12.73 | 0.92 | 0.86 |
| Hex | FC | C8 | BA | 0 | 15 | 1A | 1 | D | 5C | 56 |
| Octal | 374 | 310 | 272 | 0 | 25 | 32 | 1 | 15 | 134 | 126 |
| Binary | 11111100 | 11001000 | 10111010 | 0 | 10101 | 11010 | 1 | 1101 | 1011100 | 1010110 |
Color Harmonies of #FCC8BA
Complementary color
Monochromatic Colors of #FCC8BA
Black with #FCC8BA
Text Example
Text Example
White with #FCC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8BA; }
p { color: rgb(252,200,186); }
H1.HeaderClassName
{
color: #FCC8BA;
}
.AnyTagClassName
{
color: #FCC8BA;
}
</style>
background-color css
<style>
a { background-color: #FCC8BA; }
a { background-color: rgb(252,200,186); }
div.DivClassName
{
background-color: #FCC8BA;
}
.BgClassName
{
background-color: #FCC8BA;
}
</style>
border-color css
<style>
span { border-color: #FCC8BA; }
span { border-color: rgb(252,200,186); }
td.TdClassName
{
border-color: #FCC8BA;
}
.TagClassName
{
border-color: #FCC8BA;
}
</style>