Color Hex Logo

#fbcaea Color Hex

#FBCAEA
(251,202,234)
0 Favorites   0 Comments

Color spaces of #fbcaea

RGB 251202234
HSL0.890.860.89
HSV321°20°98°
CMYK 0.000.200.07   0.02
XYZ75.755568.690887.1078
Yxy68.69080.32720.2967
Hunter Lab82.879918.1162-4.2986
CIE-Lab86.350722.4173-9.1978

#fbcaea color RGB value is (251,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11101010
Octal 373 312 352
Decimal 251 202 234
Hex FB CA EA

RGB Percentages of Color #fbcaea

%36.54
%29.40
%34.06

CMYK Percentages of Color #fbcaea

%0
%20
%7
%2

Triadic Colors of #fbcaea

#fbcaea #eafbca #caeafb

Analogous Colors of #fbcaea

#fbcaea #fbcad2 #f4cafb

Monochromatic Colors of #fbcaea

#fbcaea

Complementary Color

#fbcaea #cafbdb

#fbcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaea Color CSS Codes

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

#fbcaea Text Font Color

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

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


#fbcaea Background Color

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

This div background color is #fbcaea


#fbcaea Border Color

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

This div border color is #fbcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaea


Comments

No comments written yet.

Please login to write comment.