Shades of Your Pink #FCBABA
Tints of Your Pink #FCBABA
RGB
CMYK
RGB Variations
Color information
#FCBABA (or 0xFCBABA) is known color: Your Pink. HEX triplet: FC, BA and BA. RGB value is (252,186,186). Sum of RGB (Red+Green+Blue) = 252+186+186=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBABA is #034545. Grayscale: #CDCDCD. Windows color (decimal): -214342 or 12237564. OLE color: 12237564.
HSL color Cylindrical-coordinate representation of color #FCBABA: hue angle of 0º 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 #FCBABA is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 186 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.01 |
| HSL | 0º | 0.92% | 0.86% | - |
| HSV(B) | 0º | 0.26% | 0.99% | - |
| XYZ | 66.57 | 59.36 | 54.4 | - |
| YUV | 205.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 186 | 0 | 0.26 | 0.26 | 0.01 | 0 | 0.92 | 0.86 |
| Hex | FC | BA | BA | 0 | 1A | 1A | 1 | 0 | 5C | 56 |
| Octal | 374 | 272 | 272 | 0 | 32 | 32 | 1 | 0 | 134 | 126 |
| Binary | 11111100 | 10111010 | 10111010 | 0 | 11010 | 11010 | 1 | 0 | 1011100 | 1010110 |
Color Harmonies of #FCBABA
Complementary color
Monochromatic Colors of #FCBABA
Black with #FCBABA
Text Example
Text Example
White with #FCBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBABA; }
p { color: rgb(252,186,186); }
H1.HeaderClassName
{
color: #FCBABA;
}
.AnyTagClassName
{
color: #FCBABA;
}
</style>
background-color css
<style>
a { background-color: #FCBABA; }
a { background-color: rgb(252,186,186); }
div.DivClassName
{
background-color: #FCBABA;
}
.BgClassName
{
background-color: #FCBABA;
}
</style>
border-color css
<style>
span { border-color: #FCBABA; }
span { border-color: rgb(252,186,186); }
td.TdClassName
{
border-color: #FCBABA;
}
.TagClassName
{
border-color: #FCBABA;
}
</style>