Shades of Light Pink #FCB9C2
Tints of Light Pink #FCB9C2
RGB
CMYK
RGB Variations
Color information
#FCB9C2 (or 0xFCB9C2) is known color: Light Pink. HEX triplet: FC, B9 and C2. RGB value is (252,185,194). Sum of RGB (Red+Green+Blue) = 252+185+194=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C2 is #03463D. Grayscale: #CECECE. Windows color (decimal): -214590 or 12761596. OLE color: 12761596.
HSL color Cylindrical-coordinate representation of color #FCB9C2: hue angle of 351.94º 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 #FCB9C2 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 194 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.01 |
| HSL | 351.94º | 0.92% | 0.86% | - |
| HSV(B) | 351.94º | 0.27% | 0.99% | - |
| XYZ | 67.23 | 59.29 | 58.94 | - |
| YUV | 206.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 194 | 0 | 0.27 | 0.23 | 0.01 | 351.94 | 0.92 | 0.86 |
| Hex | FC | B9 | C2 | 0 | 1B | 17 | 1 | 160 | 5C | 56 |
| Octal | 374 | 271 | 302 | 0 | 33 | 27 | 1 | 540 | 134 | 126 |
| Binary | 11111100 | 10111001 | 11000010 | 0 | 11011 | 10111 | 1 | 101100000 | 1011100 | 1010110 |
Color Harmonies of #FCB9C2
Complementary color
Monochromatic Colors of #FCB9C2
Black with #FCB9C2
Text Example
Text Example
White with #FCB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9C2; }
p { color: rgb(252,185,194); }
H1.HeaderClassName
{
color: #FCB9C2;
}
.AnyTagClassName
{
color: #FCB9C2;
}
</style>
background-color css
<style>
a { background-color: #FCB9C2; }
a { background-color: rgb(252,185,194); }
div.DivClassName
{
background-color: #FCB9C2;
}
.BgClassName
{
background-color: #FCB9C2;
}
</style>
border-color css
<style>
span { border-color: #FCB9C2; }
span { border-color: rgb(252,185,194); }
td.TdClassName
{
border-color: #FCB9C2;
}
.TagClassName
{
border-color: #FCB9C2;
}
</style>