Color Hex Logo

#fcbbf2 Color Hex

#FCBBF2
(252,187,242)
0 Favorites   0 Comments

Color spaces of #fcbbf2

RGB 252187242
HSL0.860.920.86
HSV309°26°99°
CMYK 0.000.260.04   0.01
XYZ73.942262.646992.1993
Yxy62.64690.32320.2738
Hunter Lab79.149828.2436-13.6603
CIE-Lab83.256232.0268-18.0822

#fcbbf2 color RGB value is (252,187,242).

#fcbbf2 hex color red value is 252, green value is 187 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fcbbf2 hue: 0.86 , saturation: 0.92 and the lightness value of fcbbf2 is 0.86.

The process color (four color CMYK) of #fcbbf2 color hex is 0.00, 0.26, 0.04, 0.01. Web safe color of #fcbbf2 is #ffccff. Color #fcbbf2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11110010
Octal 374 273 362
Decimal 252 187 242
Hex FC BB F2

RGB Percentages of Color #fcbbf2

%37.00
%27.46
%35.54

CMYK Percentages of Color #fcbbf2

%0
%26
%4
%1

Triadic Colors of #fcbbf2

#fcbbf2 #f2fcbb #bbf2fc

Analogous Colors of #fcbbf2

#fcbbf2 #fcbbd2 #e6bbfc

Monochromatic Colors of #fcbbf2

#fcbbf2

Complementary Color

#fcbbf2 #bbfcc5

#fcbbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbf2 Color CSS Codes

.mybgcolor {background-color:#fcbbf2; } 
.myforecolor {color:#fcbbf2; }
.mybordercolor {border:3px solid #fcbbf2; }

#fcbbf2 Text Font Color

<p style="color:#fcbbf2">Text here</p>

This sample text font color is #fcbbf2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcbbf2 Background Color

<div style="background-color:#fcbbf2">
Div content here</div>

This div background color is #fcbbf2


#fcbbf2 Border Color

<div style="border:3px solid #fcbbf2">
Div here</div>

This div border color is #fcbbf2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,187,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbbf2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbbf2;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbbf2;
  box-shadow:         1px 1px 3px 2px #fcbbf2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,187,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbbf2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbbf2;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbbf2;
  box-shadow:         1px 1px 3px 2px #fcbbf2;">
Div content here</div>

This div box has shadow with color #fcbbf2


Comments

No comments written yet.

Please login to write comment.