Shades of Light Pink #FCACB5
Tints of Light Pink #FCACB5
RGB
CMYK
RGB Variations
Color information
#FCACB5 (or 0xFCACB5) is known color: Light Pink. HEX triplet: FC, AC and B5. RGB value is (252,172,181). Sum of RGB (Red+Green+Blue) = 252+172+181=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACB5 is #03534A. Grayscale: #C4C4C4. Windows color (decimal): -217931 or 11906300. OLE color: 11906300.
HSL color Cylindrical-coordinate representation of color #FCACB5: hue angle of 353.25º 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 #FCACB5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 181 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.01 |
| HSL | 353.25º | 0.93% | 0.83% | - |
| HSV(B) | 353.25º | 0.32% | 0.99% | - |
| XYZ | 63.24 | 53.54 | 50.72 | - |
| YUV | 196.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 181 | 0 | 0.32 | 0.28 | 0.01 | 353.25 | 0.93 | 0.83 |
| Hex | FC | AC | B5 | 0 | 20 | 1C | 1 | 161 | 5D | 53 |
| Octal | 374 | 254 | 265 | 0 | 40 | 34 | 1 | 541 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10110101 | 0 | 100000 | 11100 | 1 | 101100001 | 1011101 | 1010011 |
Color Harmonies of #FCACB5
Complementary color
Monochromatic Colors of #FCACB5
Black with #FCACB5
Text Example
Text Example
White with #FCACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACB5; }
p { color: rgb(252,172,181); }
H1.HeaderClassName
{
color: #FCACB5;
}
.AnyTagClassName
{
color: #FCACB5;
}
</style>
background-color css
<style>
a { background-color: #FCACB5; }
a { background-color: rgb(252,172,181); }
div.DivClassName
{
background-color: #FCACB5;
}
.BgClassName
{
background-color: #FCACB5;
}
</style>
border-color css
<style>
span { border-color: #FCACB5; }
span { border-color: rgb(252,172,181); }
td.TdClassName
{
border-color: #FCACB5;
}
.TagClassName
{
border-color: #FCACB5;
}
</style>