Color Hex Logo

#fbcaef Color Hex

#FBCAEF
(251,202,239)
0 Favorites   0 Comments

Color spaces of #fbcaef

RGB 251202239
HSL0.870.860.89
HSV315°20°98°
CMYK 0.000.200.05   0.02
XYZ76.484268.982390.9451
Yxy68.98230.32350.2918
Hunter Lab83.055619.0298-6.7831
CIE-Lab86.495323.2758-11.6358

#fbcaef color RGB value is (251,202,239).

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

The process color (four color CMYK) of #fbcaef color hex is 0.00, 0.20, 0.05, 0.02. Web safe color of #fbcaef is #ffccff. Color #fbcaef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11101111
Octal 373 312 357
Decimal 251 202 239
Hex FB CA EF

RGB Percentages of Color #fbcaef

%36.27
%29.19
%34.54

CMYK Percentages of Color #fbcaef

%0
%20
%5
%2

Triadic Colors of #fbcaef

#fbcaef #effbca #caeffb

Analogous Colors of #fbcaef

#fbcaef #fbcad7 #efcafb

Monochromatic Colors of #fbcaef

#fbcaef

Complementary Color

#fbcaef #cafbd6

#fbcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaef Color CSS Codes

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

#fbcaef Text Font Color

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

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


#fbcaef Background Color

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

This div background color is #fbcaef


#fbcaef Border Color

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

This div border color is #fbcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaef


Comments

No comments written yet.

Please login to write comment.