Shades of Light Pink #FCACB4
Tints of Light Pink #FCACB4
RGB
CMYK
RGB Variations
Color information
#FCACB4 (or 0xFCACB4) is known color: Light Pink. HEX triplet: FC, AC and B4. RGB value is (252,172,180). Sum of RGB (Red+Green+Blue) = 252+172+180=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACB4 is #03534B. Grayscale: #C4C4C4. Windows color (decimal): -217932 or 11840764. OLE color: 11840764.
HSL color Cylindrical-coordinate representation of color #FCACB4: hue angle of 354º 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 #FCACB4 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 180 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 354º | 0.93% | 0.83% | - |
| HSV(B) | 354º | 0.32% | 0.99% | - |
| XYZ | 63.14 | 53.5 | 50.18 | - |
| YUV | 196.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 180 | 0 | 0.32 | 0.29 | 0.01 | 354 | 0.93 | 0.83 |
| Hex | FC | AC | B4 | 0 | 20 | 1D | 1 | 162 | 5D | 53 |
| Octal | 374 | 254 | 264 | 0 | 40 | 35 | 1 | 542 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10110100 | 0 | 100000 | 11101 | 1 | 101100010 | 1011101 | 1010011 |
Color Harmonies of #FCACB4
Complementary color
Monochromatic Colors of #FCACB4
Black with #FCACB4
Text Example
Text Example
White with #FCACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACB4; }
p { color: rgb(252,172,180); }
H1.HeaderClassName
{
color: #FCACB4;
}
.AnyTagClassName
{
color: #FCACB4;
}
</style>
background-color css
<style>
a { background-color: #FCACB4; }
a { background-color: rgb(252,172,180); }
div.DivClassName
{
background-color: #FCACB4;
}
.BgClassName
{
background-color: #FCACB4;
}
</style>
border-color css
<style>
span { border-color: #FCACB4; }
span { border-color: rgb(252,172,180); }
td.TdClassName
{
border-color: #FCACB4;
}
.TagClassName
{
border-color: #FCACB4;
}
</style>