Color Hex Logo

#f4bcfb Color Hex

#F4BCFB
(244,188,251)
0 Favorites   0 Comments

Color spaces of #f4bcfb

RGB 244188251
HSL0.810.890.86
HSV293°25°98°
CMYK 0.030.250.00   0.02
XYZ72.704062.164699.4338
Yxy62.16460.31030.2653
Hunter Lab78.844526.6202-19.5817
CIE-Lab83.000930.5462-23.3474

#f4bcfb color RGB value is (244,188,251).

#f4bcfb hex color red value is 244, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f4bcfb hue: 0.81 , saturation: 0.89 and the lightness value of f4bcfb is 0.86.

The process color (four color CMYK) of #f4bcfb color hex is 0.03, 0.25, 0.00, 0.02. Web safe color of #f4bcfb is #ffccff. Color #f4bcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 11111011
Octal 364 274 373
Decimal 244 188 251
Hex F4 BC FB

RGB Percentages of Color #f4bcfb

%35.72
%27.53
%36.75

CMYK Percentages of Color #f4bcfb

%3
%25
%0
%2

Triadic Colors of #f4bcfb

#f4bcfb #fbf4bc #bcfbf4

Analogous Colors of #f4bcfb

#f4bcfb #fbbce3 #d5bcfb

Monochromatic Colors of #f4bcfb

#f4bcfb

Complementary Color

#f4bcfb #c3fbbc

#f4bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bcfb Color CSS Codes

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

#f4bcfb Text Font Color

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

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


#f4bcfb Background Color

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

This div background color is #f4bcfb


#f4bcfb Border Color

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

This div border color is #f4bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bcfb


Comments

No comments written yet.

Please login to write comment.