Color Hex Logo

#f0cbca Color Hex

#F0CBCA
(240,203,202)
0 Favorites   0 Comments

Color spaces of #f0cbca

RGB 240203202
HSL0.000.560.87
HSV16°94°
CMYK 0.000.150.16   0.06
XYZ67.951865.501464.9387
Yxy65.50140.34250.3302
Hunter Lab80.93298.23719.0801
CIE-Lab84.741412.85545.3429

#f0cbca color RGB value is (240,203,202).

#f0cbca hex color red value is 240, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f0cbca hue: 0.00 , saturation: 0.56 and the lightness value of f0cbca is 0.87.

The process color (four color CMYK) of #f0cbca color hex is 0.00, 0.15, 0.16, 0.06. Web safe color of #f0cbca is #ffcccc. Color #f0cbca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001011 11001010
Octal 360 313 312
Decimal 240 203 202
Hex F0 CB CA

RGB Percentages of Color #f0cbca

%37.21
%31.47
%31.32

CMYK Percentages of Color #f0cbca

%0
%15
%16
%6

Triadic Colors of #f0cbca

#f0cbca #caf0cb #cbcaf0

Analogous Colors of #f0cbca

#f0cbca #f0deca #f0cadc

Monochromatic Colors of #f0cbca

#f0cbca

Complementary Color

#f0cbca #caeff0

#f0cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cbca Color CSS Codes

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

#f0cbca Text Font Color

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

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


#f0cbca Background Color

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

This div background color is #f0cbca


#f0cbca Border Color

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

This div border color is #f0cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cbca


Comments

No comments written yet.

Please login to write comment.