Color Hex Logo

#f0bfcb Color Hex

#F0BFCB
(240,191,203)
0 Favorites   0 Comments

Color spaces of #f0bfcb

RGB 240191203
HSL0.960.620.85
HSV345°20°94°
CMYK 0.000.200.15   0.06
XYZ65.345560.098764.6560
Yxy60.09870.34370.3161
Hunter Lab77.523414.79424.8173
CIE-Lab81.891819.34760.6744

#f0bfcb color RGB value is (240,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11001011
Octal 360 277 313
Decimal 240 191 203
Hex F0 BF CB

RGB Percentages of Color #f0bfcb

%37.85
%30.13
%32.02

CMYK Percentages of Color #f0bfcb

%0
%20
%15
%6

Triadic Colors of #f0bfcb

#f0bfcb #cbf0bf #bfcbf0

Analogous Colors of #f0bfcb

#f0bfcb #f0ccbf #f0bfe4

Monochromatic Colors of #f0bfcb

#f0bfcb

Complementary Color

#f0bfcb #bff0e4

#f0bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfcb Color CSS Codes

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

#f0bfcb Text Font Color

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

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


#f0bfcb Background Color

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

This div background color is #f0bfcb


#f0bfcb Border Color

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

This div border color is #f0bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfcb


Comments

No comments written yet.

Please login to write comment.