Color Hex Logo

#f0cbbc Color Hex

#F0CBBC
(240,203,188)
0 Favorites   0 Comments

Color spaces of #f0cbbc

RGB 240203188
HSL0.050.630.84
HSV17°22°94°
CMYK 0.000.150.22   0.06
XYZ66.368264.868056.5997
Yxy64.86800.35330.3453
Hunter Lab80.54076.143814.7126
CIE-Lab84.415710.759212.3199

#f0cbbc color RGB value is (240,203,188).

#f0cbbc hex color red value is 240, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f0cbbc hue: 0.05 , saturation: 0.63 and the lightness value of f0cbbc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001011 10111100
Octal 360 313 274
Decimal 240 203 188
Hex F0 CB BC

RGB Percentages of Color #f0cbbc

%38.03
%32.17
%29.79

CMYK Percentages of Color #f0cbbc

%0
%15
%22
%6

Triadic Colors of #f0cbbc

#f0cbbc #bcf0cb #cbbcf0

Analogous Colors of #f0cbbc

#f0cbbc #f0e5bc #f0bcc7

Monochromatic Colors of #f0cbbc

#f0cbbc

Complementary Color

#f0cbbc #bce1f0

#f0cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cbbc Color CSS Codes

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

#f0cbbc Text Font Color

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

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


#f0cbbc Background Color

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

This div background color is #f0cbbc


#f0cbbc Border Color

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

This div border color is #f0cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cbbc


Comments

No comments written yet.

Please login to write comment.