Shades of Light Pink #FCACAF
Tints of Light Pink #FCACAF
RGB
CMYK
RGB Variations
Color information
#FCACAF (or 0xFCACAF) is known color: Light Pink. HEX triplet: FC, AC and AF. RGB value is (252,172,175). Sum of RGB (Red+Green+Blue) = 252+172+175=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACAF is #035350. Grayscale: #C4C4C4. Windows color (decimal): -217937 or 11513084. OLE color: 11513084.
HSL color Cylindrical-coordinate representation of color #FCACAF: hue angle of 357.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 #FCACAF is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 175 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.01 |
| HSL | 357.75º | 0.93% | 0.83% | - |
| HSV(B) | 357.75º | 0.32% | 0.99% | - |
| XYZ | 62.64 | 53.3 | 47.54 | - |
| YUV | 196.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 175 | 0 | 0.32 | 0.31 | 0.01 | 357.75 | 0.93 | 0.83 |
| Hex | FC | AC | AF | 0 | 20 | 1F | 1 | 166 | 5D | 53 |
| Octal | 374 | 254 | 257 | 0 | 40 | 37 | 1 | 546 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10101111 | 0 | 100000 | 11111 | 1 | 101100110 | 1011101 | 1010011 |
Color Harmonies of #FCACAF
Complementary color
Monochromatic Colors of #FCACAF
Black with #FCACAF
Text Example
Text Example
White with #FCACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACAF; }
p { color: rgb(252,172,175); }
H1.HeaderClassName
{
color: #FCACAF;
}
.AnyTagClassName
{
color: #FCACAF;
}
</style>
background-color css
<style>
a { background-color: #FCACAF; }
a { background-color: rgb(252,172,175); }
div.DivClassName
{
background-color: #FCACAF;
}
.BgClassName
{
background-color: #FCACAF;
}
</style>
border-color css
<style>
span { border-color: #FCACAF; }
span { border-color: rgb(252,172,175); }
td.TdClassName
{
border-color: #FCACAF;
}
.TagClassName
{
border-color: #FCACAF;
}
</style>