Color Hex Logo

#f0bfde Color Hex

#F0BFDE
(240,191,222)
0 Favorites   0 Comments

Color spaces of #f0bfde

RGB 240191222
HSL0.890.620.85
HSV322°20°94°
CMYK 0.000.200.08   0.06
XYZ67.750861.060877.3223
Yxy61.06080.32870.2962
Hunter Lab78.141418.0171-3.9695
CIE-Lab82.411422.4574-8.7594

#f0bfde color RGB value is (240,191,222).

#f0bfde hex color red value is 240, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f0bfde hue: 0.89 , saturation: 0.62 and the lightness value of f0bfde is 0.85.

The process color (four color CMYK) of #f0bfde color hex is 0.00, 0.20, 0.08, 0.06. Web safe color of #f0bfde is #ffcccc. Color #f0bfde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11011110
Octal 360 277 336
Decimal 240 191 222
Hex F0 BF DE

RGB Percentages of Color #f0bfde

%36.75
%29.25
%34.00

CMYK Percentages of Color #f0bfde

%0
%20
%8
%6

Triadic Colors of #f0bfde

#f0bfde #def0bf #bfdef0

Analogous Colors of #f0bfde

#f0bfde #f0bfc6 #eabff0

Monochromatic Colors of #f0bfde

#f0bfde

Complementary Color

#f0bfde #bff0d1

#f0bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfde Color CSS Codes

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

#f0bfde Text Font Color

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

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


#f0bfde Background Color

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

This div background color is #f0bfde


#f0bfde Border Color

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

This div border color is #f0bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfde


Comments

No comments written yet.

Please login to write comment.