Shades of Light Pink #FCB7C6
Tints of Light Pink #FCB7C6
RGB
CMYK
RGB Variations
Color information
#FCB7C6 (or 0xFCB7C6) is known color: Light Pink. HEX triplet: FC, B7 and C6. RGB value is (252,183,198). Sum of RGB (Red+Green+Blue) = 252+183+198=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C6 is #034839. Grayscale: #CDCDCD. Windows color (decimal): -215098 or 13023228. OLE color: 13023228.
HSL color Cylindrical-coordinate representation of color #FCB7C6: hue angle of 346.96º 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 #FCB7C6 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 198 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.01 |
| HSL | 346.96º | 0.92% | 0.85% | - |
| HSV(B) | 346.96º | 0.27% | 0.99% | - |
| XYZ | 67.27 | 58.64 | 61.2 | - |
| YUV | 205.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 198 | 0 | 0.27 | 0.21 | 0.01 | 346.96 | 0.92 | 0.85 |
| Hex | FC | B7 | C6 | 0 | 1B | 15 | 1 | 15B | 5C | 55 |
| Octal | 374 | 267 | 306 | 0 | 33 | 25 | 1 | 533 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11000110 | 0 | 11011 | 10101 | 1 | 101011011 | 1011100 | 1010101 |
Color Harmonies of #FCB7C6
Complementary color
Monochromatic Colors of #FCB7C6
Black with #FCB7C6
Text Example
Text Example
White with #FCB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7C6; }
p { color: rgb(252,183,198); }
H1.HeaderClassName
{
color: #FCB7C6;
}
.AnyTagClassName
{
color: #FCB7C6;
}
</style>
background-color css
<style>
a { background-color: #FCB7C6; }
a { background-color: rgb(252,183,198); }
div.DivClassName
{
background-color: #FCB7C6;
}
.BgClassName
{
background-color: #FCB7C6;
}
</style>
border-color css
<style>
span { border-color: #FCB7C6; }
span { border-color: rgb(252,183,198); }
td.TdClassName
{
border-color: #FCB7C6;
}
.TagClassName
{
border-color: #FCB7C6;
}
</style>