Color Hex Logo

#fedfeb Color Hex

#FEDFEB
(254,223,235)
1 Favorites   0 Comments

Color spaces of #fedfeb

RGB 254223235
HSL0.940.940.94
HSV337°12°100°
CMYK 0.000.120.07   0.00
XYZ82.256179.844389.6734
Yxy79.84430.32670.3171
Hunter Lab89.35567.94533.0481
CIE-Lab91.615012.6245-1.9267

#fedfeb color RGB value is (254,223,235).

#fedfeb hex color red value is 254, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fedfeb hue: 0.94 , saturation: 0.94 and the lightness value of fedfeb is 0.94.

The process color (four color CMYK) of #fedfeb color hex is 0.00, 0.12, 0.07, 0.00. Web safe color of #fedfeb is #ffccff. Color #fedfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11101011
Octal 376 337 353
Decimal 254 223 235
Hex FE DF EB

RGB Percentages of Color #fedfeb

%35.67
%31.32
%33.01

CMYK Percentages of Color #fedfeb

%0
%12
%7
%0

Triadic Colors of #fedfeb

#fedfeb #ebfedf #dfebfe

Analogous Colors of #fedfeb

#fedfeb #fee3df #fedffb

Monochromatic Colors of #fedfeb

#fedfeb

Complementary Color

#fedfeb #dffef2

#fedfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfeb Color CSS Codes

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

#fedfeb Text Font Color

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

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


#fedfeb Background Color

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

This div background color is #fedfeb


#fedfeb Border Color

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

This div border color is #fedfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfeb

Related Colors


Comments

No comments written yet.

Please login to write comment.