Color Hex Logo

#feebcb Color Hex

#FEEBCB
(254,235,203)
0 Favorites   0 Comments

Color spaces of #feebcb

RGB 254235203
HSL0.100.960.90
HSV38°20°100°
CMYK 0.000.070.20   0.00
XYZ81.360984.799368.5796
Yxy84.79930.34660.3612
Hunter Lab92.0865-3.441920.3055
CIE-Lab93.79661.486217.8659

#feebcb color RGB value is (254,235,203).

#feebcb hex color red value is 254, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #feebcb hue: 0.10 , saturation: 0.96 and the lightness value of feebcb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11001011
Octal 376 353 313
Decimal 254 235 203
Hex FE EB CB

RGB Percentages of Color #feebcb

%36.71
%33.96
%29.34

CMYK Percentages of Color #feebcb

%0
%7
%20
%0

Triadic Colors of #feebcb

#feebcb #cbfeeb #ebcbfe

Analogous Colors of #feebcb

#feebcb #f8fecb #fed2cb

Monochromatic Colors of #feebcb

#feebcb

Complementary Color

#feebcb #cbdefe

#feebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebcb Color CSS Codes

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

#feebcb Text Font Color

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

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


#feebcb Background Color

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

This div background color is #feebcb


#feebcb Border Color

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

This div border color is #feebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebcb

Related Colors


Comments

No comments written yet.

Please login to write comment.