Shades of Pink #FCBACA
Tints of Pink #FCBACA
RGB
CMYK
RGB Variations
Color information
#FCBACA (or 0xFCBACA) is known color: Pink. HEX triplet: FC, BA and CA. RGB value is (252,186,202). Sum of RGB (Red+Green+Blue) = 252+186+202=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBACA is #034535. Grayscale: #CFCFCF. Windows color (decimal): -214326 or 13286140. OLE color: 13286140.
HSL color Cylindrical-coordinate representation of color #FCBACA: hue angle of 345.45º 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 #FCBACA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 202 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.01 |
| HSL | 345.45º | 0.92% | 0.86% | - |
| HSV(B) | 345.45º | 0.26% | 0.99% | - |
| XYZ | 68.36 | 60.08 | 63.87 | - |
| YUV | 207.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 202 | 0 | 0.26 | 0.20 | 0.01 | 345.45 | 0.92 | 0.86 |
| Hex | FC | BA | CA | 0 | 1A | 14 | 1 | 159 | 5C | 56 |
| Octal | 374 | 272 | 312 | 0 | 32 | 24 | 1 | 531 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11001010 | 0 | 11010 | 10100 | 1 | 101011001 | 1011100 | 1010110 |
Color Harmonies of #FCBACA
Complementary color
Monochromatic Colors of #FCBACA
Black with #FCBACA
Text Example
Text Example
White with #FCBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBACA; }
p { color: rgb(252,186,202); }
H1.HeaderClassName
{
color: #FCBACA;
}
.AnyTagClassName
{
color: #FCBACA;
}
</style>
background-color css
<style>
a { background-color: #FCBACA; }
a { background-color: rgb(252,186,202); }
div.DivClassName
{
background-color: #FCBACA;
}
.BgClassName
{
background-color: #FCBACA;
}
</style>
border-color css
<style>
span { border-color: #FCBACA; }
span { border-color: rgb(252,186,202); }
td.TdClassName
{
border-color: #FCBACA;
}
.TagClassName
{
border-color: #FCBACA;
}
</style>