Color Hex Logo

#f0cbdf Color Hex

#F0CBDF
(240,203,223)
0 Favorites   0 Comments

Color spaces of #f0cbdf

RGB 240203223
HSL0.910.550.87
HSV328°15°94°
CMYK 0.000.150.07   0.06
XYZ70.610466.564978.9388
Yxy66.56490.32670.3080
Hunter Lab81.587311.7065-0.2542
CIE-Lab85.283716.2742-5.0420

#f0cbdf color RGB value is (240,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001011 11011111
Octal 360 313 337
Decimal 240 203 223
Hex F0 CB DF

RGB Percentages of Color #f0cbdf

%36.04
%30.48
%33.48

CMYK Percentages of Color #f0cbdf

%0
%15
%7
%6

Triadic Colors of #f0cbdf

#f0cbdf #dff0cb #cbdff0

Analogous Colors of #f0cbdf

#f0cbdf #f0cbcd #efcbf0

Monochromatic Colors of #f0cbdf

#f0cbdf

Complementary Color

#f0cbdf #cbf0dc

#f0cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cbdf Color CSS Codes

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

#f0cbdf Text Font Color

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

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


#f0cbdf Background Color

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

This div background color is #f0cbdf


#f0cbdf Border Color

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

This div border color is #f0cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cbdf


Comments

No comments written yet.

Please login to write comment.