Color Hex Logo

#fafcdb Color Hex

#FAFCDB
(250,252,219)
0 Favorites   0 Comments

Color spaces of #fafcdb

RGB 250252219
HSL0.180.850.92
HSV64°13°99°
CMYK 0.010.000.13   0.01
XYZ87.020995.059380.7796
Yxy95.05930.33110.3616
Hunter Lab97.4984-11.304319.1257
CIE-Lab98.0572-6.115815.5954

#fafcdb color RGB value is (250,252,219).

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

The process color (four color CMYK) of #fafcdb color hex is 0.01, 0.00, 0.13, 0.01. Web safe color of #fafcdb is #ffffcc. Color #fafcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11011011
Octal 372 374 333
Decimal 250 252 219
Hex FA FC DB

RGB Percentages of Color #fafcdb

%34.67
%34.95
%30.37

CMYK Percentages of Color #fafcdb

%1
%0
%13
%1

Triadic Colors of #fafcdb

#fafcdb #dbfafc #fcdbfa

Analogous Colors of #fafcdb

#fafcdb #eafcdb #fceedb

Monochromatic Colors of #fafcdb

#fafcdb

Complementary Color

#fafcdb #dddbfc

#fafcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcdb Color CSS Codes

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

#fafcdb Text Font Color

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

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


#fafcdb Background Color

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

This div background color is #fafcdb


#fafcdb Border Color

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

This div border color is #fafcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.