Shades of Light Pink #FCACB2
Tints of Light Pink #FCACB2
RGB
CMYK
RGB Variations
Color information
#FCACB2 (or 0xFCACB2) is known color: Light Pink. HEX triplet: FC, AC and B2. RGB value is (252,172,178). Sum of RGB (Red+Green+Blue) = 252+172+178=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACB2 is #03534D. Grayscale: #C4C4C4. Windows color (decimal): -217934 or 11709692. OLE color: 11709692.
HSL color Cylindrical-coordinate representation of color #FCACB2: hue angle of 355.5º 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 #FCACB2 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 178 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 355.5º | 0.93% | 0.83% | - |
| HSV(B) | 355.5º | 0.32% | 0.99% | - |
| XYZ | 62.93 | 53.41 | 49.11 | - |
| YUV | 196.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 178 | 0 | 0.32 | 0.29 | 0.01 | 355.5 | 0.93 | 0.83 |
| Hex | FC | AC | B2 | 0 | 20 | 1D | 1 | 164 | 5D | 53 |
| Octal | 374 | 254 | 262 | 0 | 40 | 35 | 1 | 544 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10110010 | 0 | 100000 | 11101 | 1 | 101100100 | 1011101 | 1010011 |
Color Harmonies of #FCACB2
Complementary color
Monochromatic Colors of #FCACB2
Black with #FCACB2
Text Example
Text Example
White with #FCACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACB2; }
p { color: rgb(252,172,178); }
H1.HeaderClassName
{
color: #FCACB2;
}
.AnyTagClassName
{
color: #FCACB2;
}
</style>
background-color css
<style>
a { background-color: #FCACB2; }
a { background-color: rgb(252,172,178); }
div.DivClassName
{
background-color: #FCACB2;
}
.BgClassName
{
background-color: #FCACB2;
}
</style>
border-color css
<style>
span { border-color: #FCACB2; }
span { border-color: rgb(252,172,178); }
td.TdClassName
{
border-color: #FCACB2;
}
.TagClassName
{
border-color: #FCACB2;
}
</style>