Color Hex Logo

#fbcaeb Color Hex

#FBCAEB
(251,202,235)
0 Favorites   0 Comments

Color spaces of #fbcaeb

RGB 251202235
HSL0.890.860.89
HSV320°20°98°
CMYK 0.000.200.06   0.02
XYZ75.899668.748487.8667
Yxy68.74840.32640.2957
Hunter Lab82.914718.2972-4.7908
CIE-Lab86.379322.5878-9.6861

#fbcaeb color RGB value is (251,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11101011
Octal 373 312 353
Decimal 251 202 235
Hex FB CA EB

RGB Percentages of Color #fbcaeb

%36.48
%29.36
%34.16

CMYK Percentages of Color #fbcaeb

%0
%20
%6
%2

Triadic Colors of #fbcaeb

#fbcaeb #ebfbca #caebfb

Analogous Colors of #fbcaeb

#fbcaeb #fbcad3 #f3cafb

Monochromatic Colors of #fbcaeb

#fbcaeb

Complementary Color

#fbcaeb #cafbda

#fbcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaeb Color CSS Codes

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

#fbcaeb Text Font Color

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

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


#fbcaeb Background Color

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

This div background color is #fbcaeb


#fbcaeb Border Color

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

This div border color is #fbcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.