Color Hex Logo

#fcf8db Color Hex

#FCF8DB
(252,248,219)
0 Favorites   0 Comments

Color spaces of #fcf8db

RGB 252248219
HSL0.150.850.92
HSV53°13°99°
CMYK 0.000.020.13   0.01
XYZ86.498592.944780.3990
Yxy92.94470.33290.3577
Hunter Lab96.4078-8.560918.0408
CIE-Lab97.2052-3.416514.4111

#fcf8db color RGB value is (252,248,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 11011011
Octal 374 370 333
Decimal 252 248 219
Hex FC F8 DB

RGB Percentages of Color #fcf8db

%35.05
%34.49
%30.46

CMYK Percentages of Color #fcf8db

%0
%2
%13
%1

Triadic Colors of #fcf8db

#fcf8db #dbfcf8 #f8dbfc

Analogous Colors of #fcf8db

#fcf8db #f0fcdb #fce8db

Monochromatic Colors of #fcf8db

#fcf8db

Complementary Color

#fcf8db #dbdffc

#fcf8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf8db Color CSS Codes

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

#fcf8db Text Font Color

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

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


#fcf8db Background Color

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

This div background color is #fcf8db


#fcf8db Border Color

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

This div border color is #fcf8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf8db

Related Colors


Comments

No comments written yet.

Please login to write comment.