Color Hex Logo

#fbedca Color Hex

#FBEDCA
(251,237,202)
0 Favorites   0 Comments

Color spaces of #fbedca

RGB 251237202
HSL0.120.860.89
HSV43°20°98°
CMYK 0.000.060.20   0.02
XYZ80.728585.341968.0949
Yxy85.34190.34480.3645
Hunter Lab92.3807-5.680820.9631
CIE-Lab94.0302-0.754318.6737

#fbedca color RGB value is (251,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11001010
Octal 373 355 312
Decimal 251 237 202
Hex FB ED CA

RGB Percentages of Color #fbedca

%36.38
%34.35
%29.28

CMYK Percentages of Color #fbedca

%0
%6
%20
%2

Triadic Colors of #fbedca

#fbedca #cafbed #edcafb

Analogous Colors of #fbedca

#fbedca #f1fbca #fbd5ca

Monochromatic Colors of #fbedca

#fbedca

Complementary Color

#fbedca #cad8fb

#fbedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedca Color CSS Codes

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

#fbedca Text Font Color

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

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


#fbedca Background Color

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

This div background color is #fbedca


#fbedca Border Color

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

This div border color is #fbedca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,237,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 #fbedca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedca

#fbedca Color Palettes


Comments

No comments written yet.

Please login to write comment.