Shades of Light Pink #FCACBC
Tints of Light Pink #FCACBC
RGB
CMYK
RGB Variations
Color information
#FCACBC (or 0xFCACBC) is known color: Light Pink. HEX triplet: FC, AC and BC. RGB value is (252,172,188). Sum of RGB (Red+Green+Blue) = 252+172+188=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBC is #035343. Grayscale: #C5C5C5. Windows color (decimal): -217924 or 12365052. OLE color: 12365052.
HSL color Cylindrical-coordinate representation of color #FCACBC: hue angle of 348º 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 #FCACBC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 188 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.01 |
| HSL | 348º | 0.93% | 0.83% | - |
| HSV(B) | 348º | 0.32% | 0.99% | - |
| XYZ | 63.97 | 53.83 | 54.6 | - |
| YUV | 197.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 188 | 0 | 0.32 | 0.25 | 0.01 | 348 | 0.93 | 0.83 |
| Hex | FC | AC | BC | 0 | 20 | 19 | 1 | 15C | 5D | 53 |
| Octal | 374 | 254 | 274 | 0 | 40 | 31 | 1 | 534 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10111100 | 0 | 100000 | 11001 | 1 | 101011100 | 1011101 | 1010011 |
Color Harmonies of #FCACBC
Complementary color
Monochromatic Colors of #FCACBC
Black with #FCACBC
Text Example
Text Example
White with #FCACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACBC; }
p { color: rgb(252,172,188); }
H1.HeaderClassName
{
color: #FCACBC;
}
.AnyTagClassName
{
color: #FCACBC;
}
</style>
background-color css
<style>
a { background-color: #FCACBC; }
a { background-color: rgb(252,172,188); }
div.DivClassName
{
background-color: #FCACBC;
}
.BgClassName
{
background-color: #FCACBC;
}
</style>
border-color css
<style>
span { border-color: #FCACBC; }
span { border-color: rgb(252,172,188); }
td.TdClassName
{
border-color: #FCACBC;
}
.TagClassName
{
border-color: #FCACBC;
}
</style>