Shades of Light Pink #FCBAC4
Tints of Light Pink #FCBAC4
RGB
CMYK
RGB Variations
Color information
#FCBAC4 (or 0xFCBAC4) is known color: Light Pink. HEX triplet: FC, BA and C4. RGB value is (252,186,196). Sum of RGB (Red+Green+Blue) = 252+186+196=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC4 is #03453B. Grayscale: #CECECE. Windows color (decimal): -214332 or 12892924. OLE color: 12892924.
HSL color Cylindrical-coordinate representation of color #FCBAC4: hue angle of 350.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 #FCBAC4 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 196 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.01 |
| HSL | 350.91º | 0.92% | 0.86% | - |
| HSV(B) | 350.91º | 0.26% | 0.99% | - |
| XYZ | 67.67 | 59.8 | 60.2 | - |
| YUV | 206.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 196 | 0 | 0.26 | 0.22 | 0.01 | 350.91 | 0.92 | 0.86 |
| Hex | FC | BA | C4 | 0 | 1A | 16 | 1 | 15F | 5C | 56 |
| Octal | 374 | 272 | 304 | 0 | 32 | 26 | 1 | 537 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11000100 | 0 | 11010 | 10110 | 1 | 101011111 | 1011100 | 1010110 |
Color Harmonies of #FCBAC4
Complementary color
Monochromatic Colors of #FCBAC4
Black with #FCBAC4
Text Example
Text Example
White with #FCBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAC4; }
p { color: rgb(252,186,196); }
H1.HeaderClassName
{
color: #FCBAC4;
}
.AnyTagClassName
{
color: #FCBAC4;
}
</style>
background-color css
<style>
a { background-color: #FCBAC4; }
a { background-color: rgb(252,186,196); }
div.DivClassName
{
background-color: #FCBAC4;
}
.BgClassName
{
background-color: #FCBAC4;
}
</style>
border-color css
<style>
span { border-color: #FCBAC4; }
span { border-color: rgb(252,186,196); }
td.TdClassName
{
border-color: #FCBAC4;
}
.TagClassName
{
border-color: #FCBAC4;
}
</style>