Color Hex Logo

#f1fcdb Color Hex

#F1FCDB
(241,252,219)
0 Favorites   0 Comments

Color spaces of #f1fcdb

RGB 241252219
HSL0.220.850.92
HSV80°13°99°
CMYK 0.040.000.13   0.01
XYZ83.872293.436180.6323
Yxy93.43610.32520.3622
Hunter Lab96.6624-14.277818.2060
CIE-Lab97.4043-9.229314.5798

#f1fcdb color RGB value is (241,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111100 11011011
Octal 361 374 333
Decimal 241 252 219
Hex F1 FC DB

RGB Percentages of Color #f1fcdb

%33.85
%35.39
%30.76

CMYK Percentages of Color #f1fcdb

%4
%0
%13
%1

Triadic Colors of #f1fcdb

#f1fcdb #dbf1fc #fcdbf1

Analogous Colors of #f1fcdb

#f1fcdb #e1fcdb #fcf7db

Monochromatic Colors of #f1fcdb

#f1fcdb

Complementary Color

#f1fcdb #e6dbfc

#f1fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fcdb Color CSS Codes

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

#f1fcdb Text Font Color

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

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


#f1fcdb Background Color

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

This div background color is #f1fcdb


#f1fcdb Border Color

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

This div border color is #f1fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.