Shades of Light Pink #FCACBA
Tints of Light Pink #FCACBA
RGB
CMYK
RGB Variations
Color information
#FCACBA (or 0xFCACBA) is known color: Light Pink. HEX triplet: FC, AC and BA. RGB value is (252,172,186). Sum of RGB (Red+Green+Blue) = 252+172+186=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBA is #035345. Grayscale: #C5C5C5. Windows color (decimal): -217926 or 12233980. OLE color: 12233980.
HSL color Cylindrical-coordinate representation of color #FCACBA: hue angle of 349.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACBA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 186 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.01 |
| HSL | 349.5º | 0.93% | 0.83% | - |
| HSV(B) | 349.5º | 0.32% | 0.99% | - |
| XYZ | 63.76 | 53.75 | 53.47 | - |
| YUV | 197.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 186 | 0 | 0.32 | 0.26 | 0.01 | 349.5 | 0.93 | 0.83 |
| Hex | FC | AC | BA | 0 | 20 | 1A | 1 | 15E | 5D | 53 |
| Octal | 374 | 254 | 272 | 0 | 40 | 32 | 1 | 536 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10111010 | 0 | 100000 | 11010 | 1 | 101011110 | 1011101 | 1010011 |
Color Harmonies of #FCACBA
Complementary color
Monochromatic Colors of #FCACBA
Black with #FCACBA
Text Example
Text Example
White with #FCACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACBA; }
p { color: rgb(252,172,186); }
H1.HeaderClassName
{
color: #FCACBA;
}
.AnyTagClassName
{
color: #FCACBA;
}
</style>
background-color css
<style>
a { background-color: #FCACBA; }
a { background-color: rgb(252,172,186); }
div.DivClassName
{
background-color: #FCACBA;
}
.BgClassName
{
background-color: #FCACBA;
}
</style>
border-color css
<style>
span { border-color: #FCACBA; }
span { border-color: rgb(252,172,186); }
td.TdClassName
{
border-color: #FCACBA;
}
.TagClassName
{
border-color: #FCACBA;
}
</style>