Shades of Your Pink #FCC6BA
Tints of Your Pink #FCC6BA
RGB
CMYK
RGB Variations
Color information
#FCC6BA (or 0xFCC6BA) is known color: Your Pink. HEX triplet: FC, C6 and BA. RGB value is (252,198,186). Sum of RGB (Red+Green+Blue) = 252+198+186=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6BA is #033945. Grayscale: #D4D4D4. Windows color (decimal): -211270 or 12240636. OLE color: 12240636.
HSL color Cylindrical-coordinate representation of color #FCC6BA: hue angle of 10.91º 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 #FCC6BA is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 186 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.01 |
| HSL | 10.91º | 0.92% | 0.86% | - |
| HSV(B) | 10.91º | 0.26% | 0.99% | - |
| XYZ | 69.2 | 64.63 | 55.28 | - |
| YUV | 212.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 186 | 0 | 0.21 | 0.26 | 0.01 | 10.91 | 0.92 | 0.86 |
| Hex | FC | C6 | BA | 0 | 15 | 1A | 1 | B | 5C | 56 |
| Octal | 374 | 306 | 272 | 0 | 25 | 32 | 1 | 13 | 134 | 126 |
| Binary | 11111100 | 11000110 | 10111010 | 0 | 10101 | 11010 | 1 | 1011 | 1011100 | 1010110 |
Color Harmonies of #FCC6BA
Complementary color
Monochromatic Colors of #FCC6BA
Black with #FCC6BA
Text Example
Text Example
White with #FCC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6BA; }
p { color: rgb(252,198,186); }
H1.HeaderClassName
{
color: #FCC6BA;
}
.AnyTagClassName
{
color: #FCC6BA;
}
</style>
background-color css
<style>
a { background-color: #FCC6BA; }
a { background-color: rgb(252,198,186); }
div.DivClassName
{
background-color: #FCC6BA;
}
.BgClassName
{
background-color: #FCC6BA;
}
</style>
border-color css
<style>
span { border-color: #FCC6BA; }
span { border-color: rgb(252,198,186); }
td.TdClassName
{
border-color: #FCC6BA;
}
.TagClassName
{
border-color: #FCC6BA;
}
</style>