Shades of Light Pink #FCB8C7
Tints of Light Pink #FCB8C7
RGB
CMYK
RGB Variations
Color information
#FCB8C7 (or 0xFCB8C7) is known color: Light Pink. HEX triplet: FC, B8 and C7. RGB value is (252,184,199). Sum of RGB (Red+Green+Blue) = 252+184+199=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8C7 is #034738. Grayscale: #CECECE. Windows color (decimal): -214841 or 13089020. OLE color: 13089020.
HSL color Cylindrical-coordinate representation of color #FCB8C7: hue angle of 346.76º 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 #FCB8C7 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 199 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.01 |
| HSL | 346.76º | 0.92% | 0.85% | - |
| HSV(B) | 346.76º | 0.27% | 0.99% | - |
| XYZ | 67.59 | 59.1 | 61.88 | - |
| YUV | 206.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 199 | 0 | 0.27 | 0.21 | 0.01 | 346.76 | 0.92 | 0.85 |
| Hex | FC | B8 | C7 | 0 | 1B | 15 | 1 | 15B | 5C | 55 |
| Octal | 374 | 270 | 307 | 0 | 33 | 25 | 1 | 533 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11000111 | 0 | 11011 | 10101 | 1 | 101011011 | 1011100 | 1010101 |
Color Harmonies of #FCB8C7
Complementary color
Monochromatic Colors of #FCB8C7
Black with #FCB8C7
Text Example
Text Example
White with #FCB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8C7; }
p { color: rgb(252,184,199); }
H1.HeaderClassName
{
color: #FCB8C7;
}
.AnyTagClassName
{
color: #FCB8C7;
}
</style>
background-color css
<style>
a { background-color: #FCB8C7; }
a { background-color: rgb(252,184,199); }
div.DivClassName
{
background-color: #FCB8C7;
}
.BgClassName
{
background-color: #FCB8C7;
}
</style>
border-color css
<style>
span { border-color: #FCB8C7; }
span { border-color: rgb(252,184,199); }
td.TdClassName
{
border-color: #FCB8C7;
}
.TagClassName
{
border-color: #FCB8C7;
}
</style>