Color Hex Logo

#fffaeb Color Hex

#FFFAEB
(255,250,235)
1 Favorites   0 Comments

Color spaces of #fffaeb

RGB 255250235
HSL0.131.000.96
HSV45°100°
CMYK 0.000.020.08   0.00
XYZ90.421095.629492.2899
Yxy95.62940.32490.3436
Hunter Lab97.7903-6.084412.4981
CIE-Lab98.2848-0.85397.7671

#fffaeb color RGB value is (255,250,235).

#fffaeb hex color red value is 255, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fffaeb hue: 0.13 , saturation: 1.00 and the lightness value of fffaeb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 11101011
Octal 377 372 353
Decimal 255 250 235
Hex FF FA EB

RGB Percentages of Color #fffaeb

%34.46
%33.78
%31.76

CMYK Percentages of Color #fffaeb

%0
%2
%8
%0

Triadic Colors of #fffaeb

#fffaeb #ebfffa #faebff

Analogous Colors of #fffaeb

#fffaeb #faffeb #fff0eb

Monochromatic Colors of #fffaeb

#fffaeb

Complementary Color

#fffaeb #ebf0ff

#fffaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffaeb Color CSS Codes

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

#fffaeb Text Font Color

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

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


#fffaeb Background Color

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

This div background color is #fffaeb


#fffaeb Border Color

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

This div border color is #fffaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,250,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 #fffaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.