Color Hex Logo

#faeddb Color Hex

#FAEDDB
(250,237,219)
1 Favorites   0 Comments

Color spaces of #faeddb

RGB 250237219
HSL0.100.760.92
HSV35°12°98°
CMYK 0.000.050.12   0.02
XYZ82.494786.006879.2709
Yxy86.00680.33290.3471
Hunter Lab92.7399-3.514014.2388
CIE-Lab94.31531.445510.2780

#faeddb color RGB value is (250,237,219).

#faeddb hex color red value is 250, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #faeddb hue: 0.10 , saturation: 0.76 and the lightness value of faeddb is 0.92.

The process color (four color CMYK) of #faeddb color hex is 0.00, 0.05, 0.12, 0.02. Web safe color of #faeddb is #ffffcc. Color #faeddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11011011
Octal 372 355 333
Decimal 250 237 219
Hex FA ED DB

RGB Percentages of Color #faeddb

%35.41
%33.57
%31.02

CMYK Percentages of Color #faeddb

%0
%5
%12
%2

Triadic Colors of #faeddb

#faeddb #dbfaed #eddbfa

Analogous Colors of #faeddb

#faeddb #f8fadb #fadedb

Monochromatic Colors of #faeddb

#faeddb

Complementary Color

#faeddb #dbe8fa

#faeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeddb Color CSS Codes

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

#faeddb Text Font Color

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

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


#faeddb Background Color

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

This div background color is #faeddb


#faeddb Border Color

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

This div border color is #faeddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,237,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeddb


Comments

No comments written yet.

Please login to write comment.