Color Hex Logo

#f2cabf Color Hex

#F2CABF
(242,202,191)
0 Favorites   0 Comments

Color spaces of #f2cabf

RGB 242202191
HSL0.040.660.85
HSV13°21°95°
CMYK 0.000.170.21   0.05
XYZ67.142464.879958.2745
Yxy64.87990.35280.3409
Hunter Lab80.54817.833013.4888
CIE-Lab84.421812.450910.7597

#f2cabf color RGB value is (242,202,191).

#f2cabf hex color red value is 242, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f2cabf hue: 0.04 , saturation: 0.66 and the lightness value of f2cabf is 0.85.

The process color (four color CMYK) of #f2cabf color hex is 0.00, 0.17, 0.21, 0.05. Web safe color of #f2cabf is #ffcccc. Color #f2cabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001010 10111111
Octal 362 312 277
Decimal 242 202 191
Hex F2 CA BF

RGB Percentages of Color #f2cabf

%38.11
%31.81
%30.08

CMYK Percentages of Color #f2cabf

%0
%17
%21
%5

Triadic Colors of #f2cabf

#f2cabf #bff2ca #cabff2

Analogous Colors of #f2cabf

#f2cabf #f2e4bf #f2bfce

Monochromatic Colors of #f2cabf

#f2cabf

Complementary Color

#f2cabf #bfe7f2

#f2cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cabf Color CSS Codes

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

#f2cabf Text Font Color

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

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


#f2cabf Background Color

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

This div background color is #f2cabf


#f2cabf Border Color

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

This div border color is #f2cabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,202,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cabf


Comments

No comments written yet.

Please login to write comment.