Shades of Light Pink #FCAFC0
Tints of Light Pink #FCAFC0
RGB
CMYK
RGB Variations
Color information
#FCAFC0 (or 0xFCAFC0) is known color: Light Pink. HEX triplet: FC, AF and C0. RGB value is (252,175,192). Sum of RGB (Red+Green+Blue) = 252+175+192=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC0 is #03503F. Grayscale: #C7C7C7. Windows color (decimal): -217152 or 12627964. OLE color: 12627964.
HSL color Cylindrical-coordinate representation of color #FCAFC0: hue angle of 346.75º 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 #FCAFC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.01 |
| HSL | 346.75º | 0.93% | 0.84% | - |
| HSV(B) | 346.75º | 0.31% | 0.99% | - |
| XYZ | 64.99 | 55.16 | 57.09 | - |
| YUV | 199.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 192 | 0 | 0.31 | 0.24 | 0.01 | 346.75 | 0.93 | 0.84 |
| Hex | FC | AF | C0 | 0 | 1F | 18 | 1 | 15B | 5D | 54 |
| Octal | 374 | 257 | 300 | 0 | 37 | 30 | 1 | 533 | 135 | 124 |
| Binary | 11111100 | 10101111 | 11000000 | 0 | 11111 | 11000 | 1 | 101011011 | 1011101 | 1010100 |
Color Harmonies of #FCAFC0
Complementary color
Monochromatic Colors of #FCAFC0
Black with #FCAFC0
Text Example
Text Example
White with #FCAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFC0; }
p { color: rgb(252,175,192); }
H1.HeaderClassName
{
color: #FCAFC0;
}
.AnyTagClassName
{
color: #FCAFC0;
}
</style>
background-color css
<style>
a { background-color: #FCAFC0; }
a { background-color: rgb(252,175,192); }
div.DivClassName
{
background-color: #FCAFC0;
}
.BgClassName
{
background-color: #FCAFC0;
}
</style>
border-color css
<style>
span { border-color: #FCAFC0; }
span { border-color: rgb(252,175,192); }
td.TdClassName
{
border-color: #FCAFC0;
}
.TagClassName
{
border-color: #FCAFC0;
}
</style>