#FCB1BB

Color #FCB1BB Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FCB1BB

Tints of Light Pink #FCB1BB

Color information

#FCB1BB (or 0xFCB1BB) is unknown color: approx Light Pink. HEX triplet: FC, B1 and BB. RGB value is (252,177,187). Sum of RGB (Red+Green+Blue) = 252+177+187=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1BB is #034E44. Grayscale: #C8C8C8. Windows color (decimal): -216645 or 12300796. OLE color: 12300796.

HSL color Cylindrical-coordinate representation of color #FCB1BB: hue angle of 352º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1BB is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252177187-
CMYK00.300.260.01
HSL352º92.59%84.12%-
HSV(B)352º29.76%98.82%-
XYZ64.8455.7354.35-
YUV200.57120.35164.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=40.91%
G=28.73%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217718700.300.260.0135292.5984.12
HexFCB1BB01E1A11605d54
Octal374261273036321540135124
Binary11111100101100011011101101111011010110110000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1BB; }

 p { color: rgb(252,177,187); }

 H1.HeaderClassName
 {
   color: #FCB1BB;
 }
 .AnyTagClassName
 {
   color: #FCB1BB;
 }
</style>
background-color css

<style>
 a { background-color: #FCB1BB; }

 a { background-color: rgb(252,177,187); }

 div.DivClassName
 {
   background-color: #FCB1BB;
 }
 .BgClassName
 {
   background-color: #FCB1BB;
 }
</style>
border-color css

<style>
 span { border-color: #FCB1BB; }

 span { border-color: rgb(252,177,187); }

 td.TdClassName
 {
   border-color: #FCB1BB;
 }
 .TagClassName
 {
   border-color: #FCB1BB;
 }
</style>