Color Hex Logo

#f1dfcc Color Hex

#F1DFCC
(241,223,204)
0 Favorites   0 Comments

Color spaces of #f1dfcc

RGB 241223204
HSL0.090.570.87
HSV31°15°95°
CMYK 0.000.070.15   0.05
XYZ73.562475.835867.8874
Yxy75.83580.33860.3490
Hunter Lab87.0838-1.612014.7382
CIE-Lab89.78303.105311.5248

#f1dfcc color RGB value is (241,223,204).

#f1dfcc hex color red value is 241, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f1dfcc hue: 0.09 , saturation: 0.57 and the lightness value of f1dfcc is 0.87.

The process color (four color CMYK) of #f1dfcc color hex is 0.00, 0.07, 0.15, 0.05. Web safe color of #f1dfcc is #ffcccc. Color #f1dfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011111 11001100
Octal 361 337 314
Decimal 241 223 204
Hex F1 DF CC

RGB Percentages of Color #f1dfcc

%36.08
%33.38
%30.54

CMYK Percentages of Color #f1dfcc

%0
%7
%15
%5

Triadic Colors of #f1dfcc

#f1dfcc #ccf1df #dfccf1

Analogous Colors of #f1dfcc

#f1dfcc #f1f1cc #f1cdcc

Monochromatic Colors of #f1dfcc

#f1dfcc

Complementary Color

#f1dfcc #ccdef1

#f1dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dfcc Color CSS Codes

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

#f1dfcc Text Font Color

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

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


#f1dfcc Background Color

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

This div background color is #f1dfcc


#f1dfcc Border Color

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

This div border color is #f1dfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,223,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1dfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1dfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #f1dfcc;
  box-shadow:         1px 1px 3px 2px #f1dfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,223,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dfcc


Comments

No comments written yet.

Please login to write comment.