Color Hex Logo

#fedbbb Color Hex

#FEDBBB
(254,219,187)
0 Favorites   0 Comments

Color spaces of #fedbbb

RGB 254219187
HSL0.080.970.86
HSV29°26°100°
CMYK 0.000.140.26   0.00
XYZ75.174275.321757.5901
Yxy75.32170.36130.3620
Hunter Lab86.78812.734221.4085
CIE-Lab89.54357.466620.2283

#fedbbb color RGB value is (254,219,187).

#fedbbb hex color red value is 254, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fedbbb hue: 0.08 , saturation: 0.97 and the lightness value of fedbbb is 0.86.

The process color (four color CMYK) of #fedbbb color hex is 0.00, 0.14, 0.26, 0.00. Web safe color of #fedbbb is #ffcccc. Color #fedbbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10111011
Octal 376 333 273
Decimal 254 219 187
Hex FE DB BB

RGB Percentages of Color #fedbbb

%38.48
%33.18
%28.33

CMYK Percentages of Color #fedbbb

%0
%14
%26
%0

Triadic Colors of #fedbbb

#fedbbb #bbfedb #dbbbfe

Analogous Colors of #fedbbb

#fedbbb #fefdbb #febbbd

Monochromatic Colors of #fedbbb

#fedbbb

Complementary Color

#fedbbb #bbdefe

#fedbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbbb Color CSS Codes

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

#fedbbb Text Font Color

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

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


#fedbbb Background Color

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

This div background color is #fedbbb


#fedbbb Border Color

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

This div border color is #fedbbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,219,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fedbbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fedbbb;
  -webkit-box-shadow: 1px 1px 3px 2px #fedbbb;
  box-shadow:         1px 1px 3px 2px #fedbbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,219,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbbb

Related Colors


Comments

No comments written yet.

Please login to write comment.