Shades of Light Pink #FCB2BB
Tints of Light Pink #FCB2BB
RGB
CMYK
RGB Variations
Color information
#FCB2BB (or 0xFCB2BB) is known color: Light Pink. HEX triplet: FC, B2 and BB. RGB value is (252,178,187). Sum of RGB (Red+Green+Blue) = 252+178+187=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2BB is #034D44. Grayscale: #C9C9C9. Windows color (decimal): -216389 or 12301052. OLE color: 12301052.
HSL color Cylindrical-coordinate representation of color #FCB2BB: hue angle of 352.7º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2BB is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 187 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.01 |
| HSL | 352.7º | 0.93% | 0.84% | - |
| HSV(B) | 352.7º | 0.29% | 0.99% | - |
| XYZ | 65.03 | 56.12 | 54.42 | - |
| YUV | 201.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 187 | 0 | 0.29 | 0.26 | 0.01 | 352.7 | 0.93 | 0.84 |
| Hex | FC | B2 | BB | 0 | 1D | 1A | 1 | 161 | 5C | 54 |
| Octal | 374 | 262 | 273 | 0 | 35 | 32 | 1 | 541 | 134 | 124 |
| Binary | 11111100 | 10110010 | 10111011 | 0 | 11101 | 11010 | 1 | 101100001 | 1011100 | 1010100 |
Color Harmonies of #FCB2BB
Complementary color
Monochromatic Colors of #FCB2BB
Black with #FCB2BB
Text Example
Text Example
White with #FCB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2BB; }
p { color: rgb(252,178,187); }
H1.HeaderClassName
{
color: #FCB2BB;
}
.AnyTagClassName
{
color: #FCB2BB;
}
</style>
background-color css
<style>
a { background-color: #FCB2BB; }
a { background-color: rgb(252,178,187); }
div.DivClassName
{
background-color: #FCB2BB;
}
.BgClassName
{
background-color: #FCB2BB;
}
</style>
border-color css
<style>
span { border-color: #FCB2BB; }
span { border-color: rgb(252,178,187); }
td.TdClassName
{
border-color: #FCB2BB;
}
.TagClassName
{
border-color: #FCB2BB;
}
</style>