Color Hex Logo

#fefdfb Color Hex

#FEFDFB
(254,253,251)
1 Favorites   0 Comments

Color spaces of #fefdfb

RGB 254253251
HSL0.110.600.99
HSV40°100°
CMYK 0.000.000.01   0.00
XYZ93.410998.2864105.3147
Yxy98.28640.31450.3309
Hunter Lab99.1395-5.30846.4146
CIE-Lab99.3336-0.01311.0601

#fefdfb color RGB value is (254,253,251).

#fefdfb hex color red value is 254, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fefdfb hue: 0.11 , saturation: 0.60 and the lightness value of fefdfb is 0.99.

The process color (four color CMYK) of #fefdfb color hex is 0.00, 0.00, 0.01, 0.00. Web safe color of #fefdfb is #ffffff. Color #fefdfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11111011
Octal 376 375 373
Decimal 254 253 251
Hex FE FD FB

Shades of #fefdfb


Tints of #fefdfb

All tints are identical with #fefdfb

RGB Percentages of Color #fefdfb

%33.51
%33.38
%33.11

CMYK Percentages of Color #fefdfb

%0
%0
%1
%0

Triadic Colors of #fefdfb

#fefdfb #fbfefd #fdfbfe

Analogous Colors of #fefdfb

#fefdfb #fefefb #fefcfb

Monochromatic Colors of #fefdfb

#fefdfb

Complementary Color

#fefdfb #fbfcfe

#fefdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdfb Color CSS Codes

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

#fefdfb Text Font Color

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

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


#fefdfb Background Color

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

This div background color is #fefdfb


#fefdfb Border Color

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

This div border color is #fefdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.