Color Hex Logo

#f2fbcb Color Hex

#F2FBCB
(242,251,203)
0 Favorites   0 Comments

Color spaces of #f2fbcb

RGB 242251203
HSL0.200.860.89
HSV71°19°98°
CMYK 0.040.000.19   0.02
XYZ81.894692.183469.9768
Yxy92.18340.33560.3777
Hunter Lab96.0122-15.767923.9961
CIE-Lab96.8952-10.834322.0520

#f2fbcb color RGB value is (242,251,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111011 11001011
Octal 362 373 313
Decimal 242 251 203
Hex F2 FB CB

RGB Percentages of Color #f2fbcb

%34.77
%36.06
%29.17

CMYK Percentages of Color #f2fbcb

%4
%0
%19
%2

Triadic Colors of #f2fbcb

#f2fbcb #cbf2fb #fbcbf2

Analogous Colors of #f2fbcb

#f2fbcb #dafbcb #fbeccb

Monochromatic Colors of #f2fbcb

#f2fbcb

Complementary Color

#f2fbcb #d4cbfb

#f2fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fbcb Color CSS Codes

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

#f2fbcb Text Font Color

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

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


#f2fbcb Background Color

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

This div background color is #f2fbcb


#f2fbcb Border Color

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

This div border color is #f2fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fbcb


Comments

No comments written yet.

Please login to write comment.