Shades of Your Pink #FCBAB9
Tints of Your Pink #FCBAB9
RGB
CMYK
RGB Variations
Color information
#FCBAB9 (or 0xFCBAB9) is known color: Your Pink. HEX triplet: FC, BA and B9. RGB value is (252,186,185). Sum of RGB (Red+Green+Blue) = 252+186+185=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB9 is #034546. Grayscale: #CDCDCD. Windows color (decimal): -214343 or 12172028. OLE color: 12172028.
HSL color Cylindrical-coordinate representation of color #FCBAB9: hue angle of 0.9º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCBAB9 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 185 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.01 |
| HSL | 0.9º | 0.92% | 0.86% | - |
| HSV(B) | 0.9º | 0.27% | 0.99% | - |
| XYZ | 66.46 | 59.32 | 53.85 | - |
| YUV | 205.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 185 | 0 | 0.26 | 0.27 | 0.01 | 0.9 | 0.92 | 0.86 |
| Hex | FC | BA | B9 | 0 | 1A | 1B | 1 | 1 | 5C | 56 |
| Octal | 374 | 272 | 271 | 0 | 32 | 33 | 1 | 1 | 134 | 126 |
| Binary | 11111100 | 10111010 | 10111001 | 0 | 11010 | 11011 | 1 | 1 | 1011100 | 1010110 |
Color Harmonies of #FCBAB9
Complementary color
Monochromatic Colors of #FCBAB9
Black with #FCBAB9
Text Example
Text Example
White with #FCBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAB9; }
p { color: rgb(252,186,185); }
H1.HeaderClassName
{
color: #FCBAB9;
}
.AnyTagClassName
{
color: #FCBAB9;
}
</style>
background-color css
<style>
a { background-color: #FCBAB9; }
a { background-color: rgb(252,186,185); }
div.DivClassName
{
background-color: #FCBAB9;
}
.BgClassName
{
background-color: #FCBAB9;
}
</style>
border-color css
<style>
span { border-color: #FCBAB9; }
span { border-color: rgb(252,186,185); }
td.TdClassName
{
border-color: #FCBAB9;
}
.TagClassName
{
border-color: #FCBAB9;
}
</style>