Shades of Light Pink #FCB2B9
Tints of Light Pink #FCB2B9
RGB
CMYK
RGB Variations
Color information
#FCB2B9 (or 0xFCB2B9) is known color: Light Pink. HEX triplet: FC, B2 and B9. RGB value is (252,178,185). Sum of RGB (Red+Green+Blue) = 252+178+185=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2B9 is #034D46. Grayscale: #C8C8C8. Windows color (decimal): -216391 or 12169980. OLE color: 12169980.
HSL color Cylindrical-coordinate representation of color #FCB2B9: hue angle of 354.32º 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 #FCB2B9 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 178 | 185 | - |
CMYK | 0 | 0.29 | 0.27 | 0.01 |
HSL | 354.32º | 0.93% | 0.84% | - |
HSV(B) | 354.32º | 0.29% | 0.99% | - |
XYZ | 64.82 | 56.04 | 53.3 | - |
YUV | 200.92 | 119.02 | 164.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 178 | 185 | 0 | 0.29 | 0.27 | 0.01 | 354.32 | 0.93 | 0.84 |
Hex | FC | B2 | B9 | 0 | 1D | 1B | 1 | 162 | 5C | 54 |
Octal | 374 | 262 | 271 | 0 | 35 | 33 | 1 | 542 | 134 | 124 |
Binary | 11111100 | 10110010 | 10111001 | 0 | 11101 | 11011 | 1 | 101100010 | 1011100 | 1010100 |
Color Harmonies of #FCB2B9
Complementary color
Monochromatic Colors of #FCB2B9
Black with #FCB2B9
Text Example
Text Example
White with #FCB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2B9; }
p { color: rgb(252,178,185); }
H1.HeaderClassName
{
color: #FCB2B9;
}
.AnyTagClassName
{
color: #FCB2B9;
}
</style>
background-color css
<style>
a { background-color: #FCB2B9; }
a { background-color: rgb(252,178,185); }
div.DivClassName
{
background-color: #FCB2B9;
}
.BgClassName
{
background-color: #FCB2B9;
}
</style>
border-color css
<style>
span { border-color: #FCB2B9; }
span { border-color: rgb(252,178,185); }
td.TdClassName
{
border-color: #FCB2B9;
}
.TagClassName
{
border-color: #FCB2B9;
}
</style>