Color Hex Logo

#fefbf3 Color Hex

#FEFBF3
(254,251,243)
1 Favorites   0 Comments

Color spaces of #fefbf3

RGB 254251243
HSL0.120.850.97
HSV44°100°
CMYK 0.000.010.04   0.00
XYZ91.547996.536398.6023
Yxy96.53630.31930.3367
Hunter Lab98.2529-5.62389.2762
CIE-Lab98.6449-0.37184.1675

#fefbf3 color RGB value is (254,251,243).

#fefbf3 hex color red value is 254, green value is 251 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fefbf3 hue: 0.12 , saturation: 0.85 and the lightness value of fefbf3 is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11110011
Octal 376 373 363
Decimal 254 251 243
Hex FE FB F3

RGB Percentages of Color #fefbf3

%33.96
%33.56
%32.49

CMYK Percentages of Color #fefbf3

%0
%1
%4
%0

Triadic Colors of #fefbf3

#fefbf3 #f3fefb #fbf3fe

Analogous Colors of #fefbf3

#fefbf3 #fcfef3 #fef6f3

Monochromatic Colors of #fefbf3

#fefbf3

Complementary Color

#fefbf3 #f3f6fe

#fefbf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbf3 Color CSS Codes

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

#fefbf3 Text Font Color

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

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


#fefbf3 Background Color

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

This div background color is #fefbf3


#fefbf3 Border Color

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

This div border color is #fefbf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbf3

Related Colors

#fefbf3 Color Palettes


Comments

No comments written yet.

Please login to write comment.