Shades of Light Pink #FCB5BB
Tints of Light Pink #FCB5BB
RGB
CMYK
RGB Variations
Color information
#FCB5BB (or 0xFCB5BB) is known color: Light Pink. HEX triplet: FC, B5 and BB. RGB value is (252,181,187). Sum of RGB (Red+Green+Blue) = 252+181+187=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5BB is #034A44. Grayscale: #CACACA. Windows color (decimal): -215621 or 12301820. OLE color: 12301820.
HSL color Cylindrical-coordinate representation of color #FCB5BB: hue angle of 354.93º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5BB is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 187 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.01 |
| HSL | 354.93º | 0.92% | 0.85% | - |
| HSV(B) | 354.93º | 0.28% | 0.99% | - |
| XYZ | 65.64 | 57.33 | 54.62 | - |
| YUV | 202.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 187 | 0 | 0.28 | 0.26 | 0.01 | 354.93 | 0.92 | 0.85 |
| Hex | FC | B5 | BB | 0 | 1C | 1A | 1 | 163 | 5C | 55 |
| Octal | 374 | 265 | 273 | 0 | 34 | 32 | 1 | 543 | 134 | 125 |
| Binary | 11111100 | 10110101 | 10111011 | 0 | 11100 | 11010 | 1 | 101100011 | 1011100 | 1010101 |
Color Harmonies of #FCB5BB
Complementary color
Monochromatic Colors of #FCB5BB
Black with #FCB5BB
Text Example
Text Example
White with #FCB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5BB; }
p { color: rgb(252,181,187); }
H1.HeaderClassName
{
color: #FCB5BB;
}
.AnyTagClassName
{
color: #FCB5BB;
}
</style>
background-color css
<style>
a { background-color: #FCB5BB; }
a { background-color: rgb(252,181,187); }
div.DivClassName
{
background-color: #FCB5BB;
}
.BgClassName
{
background-color: #FCB5BB;
}
</style>
border-color css
<style>
span { border-color: #FCB5BB; }
span { border-color: rgb(252,181,187); }
td.TdClassName
{
border-color: #FCB5BB;
}
.TagClassName
{
border-color: #FCB5BB;
}
</style>