Color Hex Logo

#f0bcda Color Hex

#F0BCDA
(240,188,218)
0 Favorites   0 Comments

Color spaces of #f0bcda

RGB 240188218
HSL0.900.630.84
HSV325°22°94°
CMYK 0.000.220.09   0.06
XYZ66.573359.553774.3159
Yxy59.55370.33210.2971
Hunter Lab77.171018.9376-3.0767
CIE-Lab81.595023.3737-7.8238

#f0bcda color RGB value is (240,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111100 11011010
Octal 360 274 332
Decimal 240 188 218
Hex F0 BC DA

RGB Percentages of Color #f0bcda

%37.15
%29.10
%33.75

CMYK Percentages of Color #f0bcda

%0
%22
%9
%6

Triadic Colors of #f0bcda

#f0bcda #daf0bc #bcdaf0

Analogous Colors of #f0bcda

#f0bcda #f0bcc0 #ecbcf0

Monochromatic Colors of #f0bcda

#f0bcda

Complementary Color

#f0bcda #bcf0d2

#f0bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bcda Color CSS Codes

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

#f0bcda Text Font Color

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

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


#f0bcda Background Color

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

This div background color is #f0bcda


#f0bcda Border Color

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

This div border color is #f0bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bcda


Comments

No comments written yet.

Please login to write comment.