Color Hex Logo

#f0cbea Color Hex

#F0CBEA
(240,203,234)
0 Favorites   0 Comments

Color spaces of #f0cbea

RGB 240203234
HSL0.860.550.87
HSV310°15°94°
CMYK 0.000.150.03   0.06
XYZ72.142467.177787.0062
Yxy67.17770.31880.2968
Hunter Lab81.962013.6810-5.5655
CIE-Lab85.593618.1902-10.4309

#f0cbea color RGB value is (240,203,234).

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

The process color (four color CMYK) of #f0cbea color hex is 0.00, 0.15, 0.03, 0.06. Web safe color of #f0cbea is #ffccff. Color #f0cbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001011 11101010
Octal 360 313 352
Decimal 240 203 234
Hex F0 CB EA

RGB Percentages of Color #f0cbea

%35.45
%29.99
%34.56

CMYK Percentages of Color #f0cbea

%0
%15
%3
%6

Triadic Colors of #f0cbea

#f0cbea #eaf0cb #cbeaf0

Analogous Colors of #f0cbea

#f0cbea #f0cbd8 #e4cbf0

Monochromatic Colors of #f0cbea

#f0cbea

Complementary Color

#f0cbea #cbf0d1

#f0cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cbea Color CSS Codes

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

#f0cbea Text Font Color

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

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


#f0cbea Background Color

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

This div background color is #f0cbea


#f0cbea Border Color

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

This div border color is #f0cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cbea


Comments

No comments written yet.

Please login to write comment.