Shades of Light Pink #FCA8BA
Tints of Light Pink #FCA8BA
RGB
CMYK
RGB Variations
Color information
#FCA8BA (or 0xFCA8BA) is known color: Light Pink. HEX triplet: FC, A8 and BA. RGB value is (252,168,186). Sum of RGB (Red+Green+Blue) = 252+168+186=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8BA is #035745. Grayscale: #C3C3C3. Windows color (decimal): -218950 or 12232956. OLE color: 12232956.
HSL color Cylindrical-coordinate representation of color #FCA8BA: hue angle of 347.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8BA is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 186 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.01 |
| HSL | 347.14º | 0.93% | 0.82% | - |
| HSV(B) | 347.14º | 0.33% | 0.99% | - |
| XYZ | 63.01 | 52.25 | 53.22 | - |
| YUV | 195.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 186 | 0 | 0.33 | 0.26 | 0.01 | 347.14 | 0.93 | 0.82 |
| Hex | FC | A8 | BA | 0 | 21 | 1A | 1 | 15B | 5D | 52 |
| Octal | 374 | 250 | 272 | 0 | 41 | 32 | 1 | 533 | 135 | 122 |
| Binary | 11111100 | 10101000 | 10111010 | 0 | 100001 | 11010 | 1 | 101011011 | 1011101 | 1010010 |
Color Harmonies of #FCA8BA
Complementary color
Monochromatic Colors of #FCA8BA
Black with #FCA8BA
Text Example
Text Example
White with #FCA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8BA; }
p { color: rgb(252,168,186); }
H1.HeaderClassName
{
color: #FCA8BA;
}
.AnyTagClassName
{
color: #FCA8BA;
}
</style>
background-color css
<style>
a { background-color: #FCA8BA; }
a { background-color: rgb(252,168,186); }
div.DivClassName
{
background-color: #FCA8BA;
}
.BgClassName
{
background-color: #FCA8BA;
}
</style>
border-color css
<style>
span { border-color: #FCA8BA; }
span { border-color: rgb(252,168,186); }
td.TdClassName
{
border-color: #FCA8BA;
}
.TagClassName
{
border-color: #FCA8BA;
}
</style>