Shades of Light Pink #FCACBB
Tints of Light Pink #FCACBB
RGB
CMYK
RGB Variations
Color information
#FCACBB (or 0xFCACBB) is known color: Light Pink. HEX triplet: FC, AC and BB. RGB value is (252,172,187). Sum of RGB (Red+Green+Blue) = 252+172+187=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBB is #035344. Grayscale: #C5C5C5. Windows color (decimal): -217925 or 12299516. OLE color: 12299516.
HSL color Cylindrical-coordinate representation of color #FCACBB: hue angle of 348.75º 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 #FCACBB is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 187 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.01 |
| HSL | 348.75º | 0.93% | 0.83% | - |
| HSV(B) | 348.75º | 0.32% | 0.99% | - |
| XYZ | 63.87 | 53.79 | 54.03 | - |
| YUV | 197.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 187 | 0 | 0.32 | 0.26 | 0.01 | 348.75 | 0.93 | 0.83 |
| Hex | FC | AC | BB | 0 | 20 | 1A | 1 | 15D | 5D | 53 |
| Octal | 374 | 254 | 273 | 0 | 40 | 32 | 1 | 535 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10111011 | 0 | 100000 | 11010 | 1 | 101011101 | 1011101 | 1010011 |
Color Harmonies of #FCACBB
Complementary color
Monochromatic Colors of #FCACBB
Black with #FCACBB
Text Example
Text Example
White with #FCACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACBB; }
p { color: rgb(252,172,187); }
H1.HeaderClassName
{
color: #FCACBB;
}
.AnyTagClassName
{
color: #FCACBB;
}
</style>
background-color css
<style>
a { background-color: #FCACBB; }
a { background-color: rgb(252,172,187); }
div.DivClassName
{
background-color: #FCACBB;
}
.BgClassName
{
background-color: #FCACBB;
}
</style>
border-color css
<style>
span { border-color: #FCACBB; }
span { border-color: rgb(252,172,187); }
td.TdClassName
{
border-color: #FCACBB;
}
.TagClassName
{
border-color: #FCACBB;
}
</style>