Shades of Light Pink #FCB9C1
Tints of Light Pink #FCB9C1
RGB
CMYK
RGB Variations
Color information
#FCB9C1 (or 0xFCB9C1) is known color: Light Pink. HEX triplet: FC, B9 and C1. RGB value is (252,185,193). Sum of RGB (Red+Green+Blue) = 252+185+193=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C1 is #03463E. Grayscale: #CDCDCD. Windows color (decimal): -214591 or 12696060. OLE color: 12696060.
HSL color Cylindrical-coordinate representation of color #FCB9C1: hue angle of 352.84º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9C1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 193 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.01 |
| HSL | 352.84º | 0.92% | 0.86% | - |
| HSV(B) | 352.84º | 0.27% | 0.99% | - |
| XYZ | 67.12 | 59.24 | 58.35 | - |
| YUV | 205.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 193 | 0 | 0.27 | 0.23 | 0.01 | 352.84 | 0.92 | 0.86 |
| Hex | FC | B9 | C1 | 0 | 1B | 17 | 1 | 161 | 5C | 56 |
| Octal | 374 | 271 | 301 | 0 | 33 | 27 | 1 | 541 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11000001 | 0 | 11011 | 10111 | 1 | 101100001 | 1011100 | 1010110 |
Color Harmonies of #FCB9C1
Complementary color
Monochromatic Colors of #FCB9C1
Black with #FCB9C1
Text Example
Text Example
White with #FCB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9C1; }
p { color: rgb(252,185,193); }
H1.HeaderClassName
{
color: #FCB9C1;
}
.AnyTagClassName
{
color: #FCB9C1;
}
</style>
background-color css
<style>
a { background-color: #FCB9C1; }
a { background-color: rgb(252,185,193); }
div.DivClassName
{
background-color: #FCB9C1;
}
.BgClassName
{
background-color: #FCB9C1;
}
</style>
border-color css
<style>
span { border-color: #FCB9C1; }
span { border-color: rgb(252,185,193); }
td.TdClassName
{
border-color: #FCB9C1;
}
.TagClassName
{
border-color: #FCB9C1;
}
</style>