Color Hex Logo

#f1fbcb Color Hex

#F1FBCB
(241,251,203)
0 Favorites   0 Comments

Color spaces of #f1fbcb

RGB 241251203
HSL0.200.860.89
HSV73°19°98°
CMYK 0.040.000.19   0.02
XYZ81.552392.006969.9608
Yxy92.00690.33490.3778
Hunter Lab95.9202-16.098023.9001
CIE-Lab96.8231-11.187321.9409

#f1fbcb color RGB value is (241,251,203).

#f1fbcb hex color red value is 241, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f1fbcb hue: 0.20 , saturation: 0.86 and the lightness value of f1fbcb is 0.89.

The process color (four color CMYK) of #f1fbcb color hex is 0.04, 0.00, 0.19, 0.02. Web safe color of #f1fbcb is #ffffcc. Color #f1fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111011 11001011
Octal 361 373 313
Decimal 241 251 203
Hex F1 FB CB

RGB Percentages of Color #f1fbcb

%34.68
%36.12
%29.21

CMYK Percentages of Color #f1fbcb

%4
%0
%19
%2

Triadic Colors of #f1fbcb

#f1fbcb #cbf1fb #fbcbf1

Analogous Colors of #f1fbcb

#f1fbcb #d9fbcb #fbedcb

Monochromatic Colors of #f1fbcb

#f1fbcb

Complementary Color

#f1fbcb #d5cbfb

#f1fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fbcb Color CSS Codes

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

#f1fbcb Text Font Color

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

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


#f1fbcb Background Color

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

This div background color is #f1fbcb


#f1fbcb Border Color

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

This div border color is #f1fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fbcb

#f1fbcb Color Palettes


Comments

No comments written yet.

Please login to write comment.