#FCB2BB

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

Shades of Light Pink #FCB2BB

Tints of Light Pink #FCB2BB

Color information

#FCB2BB (or 0xFCB2BB) is unknown color: approx 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

RGB252178187-
CMYK00.290.260.01
HSL352.7º92.5%84.31%-
HSV(B)352.7º29.37%98.82%-
XYZ65.0356.1254.42-
YUV201.15120.02164.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 178 (69.92% from 255) = 28.85%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=40.84%
G=28.85%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217818700.290.260.01352.792.584.31
HexFCB2BB01D1A11615c54
Octal374262273035321541134124
Binary11111100101100101011101101110111010110110000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>