Shades of Light Pink #FCACB3
Tints of Light Pink #FCACB3
RGB
CMYK
RGB Variations
Color information
#FCACB3 (or 0xFCACB3) is known color: Light Pink. HEX triplet: FC, AC and B3. RGB value is (252,172,179). Sum of RGB (Red+Green+Blue) = 252+172+179=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACB3 is #03534C. Grayscale: #C4C4C4. Windows color (decimal): -217933 or 11775228. OLE color: 11775228.
HSL color Cylindrical-coordinate representation of color #FCACB3: hue angle of 354.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 #FCACB3 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 179 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 354.75º | 0.93% | 0.83% | - |
| HSV(B) | 354.75º | 0.32% | 0.99% | - |
| XYZ | 63.03 | 53.46 | 49.64 | - |
| YUV | 196.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 179 | 0 | 0.32 | 0.29 | 0.01 | 354.75 | 0.93 | 0.83 |
| Hex | FC | AC | B3 | 0 | 20 | 1D | 1 | 163 | 5D | 53 |
| Octal | 374 | 254 | 263 | 0 | 40 | 35 | 1 | 543 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10110011 | 0 | 100000 | 11101 | 1 | 101100011 | 1011101 | 1010011 |
Color Harmonies of #FCACB3
Complementary color
Monochromatic Colors of #FCACB3
Black with #FCACB3
Text Example
Text Example
White with #FCACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACB3; }
p { color: rgb(252,172,179); }
H1.HeaderClassName
{
color: #FCACB3;
}
.AnyTagClassName
{
color: #FCACB3;
}
</style>
background-color css
<style>
a { background-color: #FCACB3; }
a { background-color: rgb(252,172,179); }
div.DivClassName
{
background-color: #FCACB3;
}
.BgClassName
{
background-color: #FCACB3;
}
</style>
border-color css
<style>
span { border-color: #FCACB3; }
span { border-color: rgb(252,172,179); }
td.TdClassName
{
border-color: #FCACB3;
}
.TagClassName
{
border-color: #FCACB3;
}
</style>