Shades of Light Pink #FCB7C2
Tints of Light Pink #FCB7C2
RGB
CMYK
RGB Variations
Color information
#FCB7C2 (or 0xFCB7C2) is known color: Light Pink. HEX triplet: FC, B7 and C2. RGB value is (252,183,194). Sum of RGB (Red+Green+Blue) = 252+183+194=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C2 is #03483D. Grayscale: #CCCCCC. Windows color (decimal): -215102 or 12761084. OLE color: 12761084.
HSL color Cylindrical-coordinate representation of color #FCB7C2: hue angle of 350.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB7C2 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 194 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.01 |
| HSL | 350.43º | 0.92% | 0.85% | - |
| HSV(B) | 350.43º | 0.27% | 0.99% | - |
| XYZ | 66.82 | 58.46 | 58.8 | - |
| YUV | 204.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 194 | 0 | 0.27 | 0.23 | 0.01 | 350.43 | 0.92 | 0.85 |
| Hex | FC | B7 | C2 | 0 | 1B | 17 | 1 | 15E | 5C | 55 |
| Octal | 374 | 267 | 302 | 0 | 33 | 27 | 1 | 536 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11000010 | 0 | 11011 | 10111 | 1 | 101011110 | 1011100 | 1010101 |
Color Harmonies of #FCB7C2
Complementary color
Monochromatic Colors of #FCB7C2
Black with #FCB7C2
Text Example
Text Example
White with #FCB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7C2; }
p { color: rgb(252,183,194); }
H1.HeaderClassName
{
color: #FCB7C2;
}
.AnyTagClassName
{
color: #FCB7C2;
}
</style>
background-color css
<style>
a { background-color: #FCB7C2; }
a { background-color: rgb(252,183,194); }
div.DivClassName
{
background-color: #FCB7C2;
}
.BgClassName
{
background-color: #FCB7C2;
}
</style>
border-color css
<style>
span { border-color: #FCB7C2; }
span { border-color: rgb(252,183,194); }
td.TdClassName
{
border-color: #FCB7C2;
}
.TagClassName
{
border-color: #FCB7C2;
}
</style>