Shades of Light Pink #FCAFBA
Tints of Light Pink #FCAFBA
RGB
CMYK
RGB Variations
Color information
#FCAFBA (or 0xFCAFBA) is known color: Light Pink. HEX triplet: FC, AF and BA. RGB value is (252,175,186). Sum of RGB (Red+Green+Blue) = 252+175+186=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFBA is #035045. Grayscale: #C7C7C7. Windows color (decimal): -217158 or 12234748. OLE color: 12234748.
HSL color Cylindrical-coordinate representation of color #FCAFBA: hue angle of 351.43º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFBA is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 186 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.01 |
| HSL | 351.43º | 0.93% | 0.84% | - |
| HSV(B) | 351.43º | 0.31% | 0.99% | - |
| XYZ | 64.34 | 54.9 | 53.66 | - |
| YUV | 199.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 186 | 0 | 0.31 | 0.26 | 0.01 | 351.43 | 0.93 | 0.84 |
| Hex | FC | AF | BA | 0 | 1F | 1A | 1 | 15F | 5D | 54 |
| Octal | 374 | 257 | 272 | 0 | 37 | 32 | 1 | 537 | 135 | 124 |
| Binary | 11111100 | 10101111 | 10111010 | 0 | 11111 | 11010 | 1 | 101011111 | 1011101 | 1010100 |
Color Harmonies of #FCAFBA
Complementary color
Monochromatic Colors of #FCAFBA
Black with #FCAFBA
Text Example
Text Example
White with #FCAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFBA; }
p { color: rgb(252,175,186); }
H1.HeaderClassName
{
color: #FCAFBA;
}
.AnyTagClassName
{
color: #FCAFBA;
}
</style>
background-color css
<style>
a { background-color: #FCAFBA; }
a { background-color: rgb(252,175,186); }
div.DivClassName
{
background-color: #FCAFBA;
}
.BgClassName
{
background-color: #FCAFBA;
}
</style>
border-color css
<style>
span { border-color: #FCAFBA; }
span { border-color: rgb(252,175,186); }
td.TdClassName
{
border-color: #FCAFBA;
}
.TagClassName
{
border-color: #FCAFBA;
}
</style>