Color Hex Logo

#fbe4ca Color Hex

#FBE4CA
(251,228,202)
0 Favorites   0 Comments

Color spaces of #fbe4ca

RGB 251228202
HSL0.090.860.89
HSV32°20°98°
CMYK 0.000.090.20   0.02
XYZ78.187780.260367.2480
Yxy80.26030.34640.3556
Hunter Lab89.5881-0.994018.2065
CIE-Lab91.80153.831515.5431

#fbe4ca color RGB value is (251,228,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 11001010
Octal 373 344 312
Decimal 251 228 202
Hex FB E4 CA

RGB Percentages of Color #fbe4ca

%36.86
%33.48
%29.66

CMYK Percentages of Color #fbe4ca

%0
%9
%20
%2

Triadic Colors of #fbe4ca

#fbe4ca #cafbe4 #e4cafb

Analogous Colors of #fbe4ca

#fbe4ca #fafbca #fbccca

Monochromatic Colors of #fbe4ca

#fbe4ca

Complementary Color

#fbe4ca #cae1fb

#fbe4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4ca Color CSS Codes

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

#fbe4ca Text Font Color

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

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


#fbe4ca Background Color

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

This div background color is #fbe4ca


#fbe4ca Border Color

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

This div border color is #fbe4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4ca


Comments

No comments written yet.

Please login to write comment.