Color Hex Logo

#fbcae0 Color Hex

#FBCAE0
(251,202,224)
1 Favorites   0 Comments

Color spaces of #fbcae0

RGB 251202224
HSL0.930.860.89
HSV333°20°98°
CMYK 0.000.200.11   0.02
XYZ74.358768.132179.7527
Yxy68.13210.33460.3066
Hunter Lab82.542216.35420.4932
CIE-Lab86.072520.7497-4.2975

#fbcae0 color RGB value is (251,202,224).

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

The process color (four color CMYK) of #fbcae0 color hex is 0.00, 0.20, 0.11, 0.02. Web safe color of #fbcae0 is #ffcccc. Color #fbcae0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11100000
Octal 373 312 340
Decimal 251 202 224
Hex FB CA E0

RGB Percentages of Color #fbcae0

%37.08
%29.84
%33.09

CMYK Percentages of Color #fbcae0

%0
%20
%11
%2

Triadic Colors of #fbcae0

#fbcae0 #e0fbca #cae0fb

Analogous Colors of #fbcae0

#fbcae0 #fbcdca #fbcaf9

Monochromatic Colors of #fbcae0

#fbcae0

Complementary Color

#fbcae0 #cafbe5

#fbcae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcae0 Color CSS Codes

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

#fbcae0 Text Font Color

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

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


#fbcae0 Background Color

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

This div background color is #fbcae0


#fbcae0 Border Color

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

This div border color is #fbcae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcae0

#fbcae0 Color Palettes


Comments

No comments written yet.

Please login to write comment.