Color Hex Logo

#fbcafe Color Hex

#FBCAFE
(251,202,254)
0 Favorites   0 Comments

Color spaces of #fbcafe

RGB 251202254
HSL0.820.960.89
HSV297°20°100°
CMYK 0.010.200.00   0.00
XYZ78.793669.9060103.1063
Yxy69.90600.31290.2776
Hunter Lab83.609821.9006-14.5886
CIE-Lab86.950725.9471-18.8973

#fbcafe color RGB value is (251,202,254).

#fbcafe hex color red value is 251, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbcafe hue: 0.82 , saturation: 0.96 and the lightness value of fbcafe is 0.89.

The process color (four color CMYK) of #fbcafe color hex is 0.01, 0.20, 0.00, 0.00. Web safe color of #fbcafe is #ffccff. Color #fbcafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11111110
Octal 373 312 376
Decimal 251 202 254
Hex FB CA FE

RGB Percentages of Color #fbcafe

%35.50
%28.57
%35.93

CMYK Percentages of Color #fbcafe

%1
%20
%0
%0

Triadic Colors of #fbcafe

#fbcafe #fefbca #cafefb

Analogous Colors of #fbcafe

#fbcafe #fecae7 #e1cafe

Monochromatic Colors of #fbcafe

#fbcafe

Complementary Color

#fbcafe #cdfeca

#fbcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcafe Color CSS Codes

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

#fbcafe Text Font Color

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

This sample text font color is #fbcafe
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.


#fbcafe Background Color

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

This div background color is #fbcafe


#fbcafe Border Color

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

This div border color is #fbcafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,202,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcafe;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcafe;
  box-shadow:         1px 1px 3px 2px #fbcafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,202,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcafe

Related Colors


Comments

No comments written yet.

Please login to write comment.