Color Hex Logo

#f2bcff Color Hex

#F2BCFF
(242,188,255)
1 Favorites   0 Comments

Color spaces of #f2bcff

RGB 242188255
HSL0.801.000.87
HSV288°26°100°
CMYK 0.050.260.00   0.00
XYZ72.651262.0637102.7581
Yxy62.06370.30590.2614
Hunter Lab78.780526.7464-22.1891
CIE-Lab82.947330.6665-25.5785

#f2bcff color RGB value is (242,188,255).

#f2bcff hex color red value is 242, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f2bcff hue: 0.80 , saturation: 1.00 and the lightness value of f2bcff is 0.87.

The process color (four color CMYK) of #f2bcff color hex is 0.05, 0.26, 0.00, 0.00. Web safe color of #f2bcff is #ffccff. Color #f2bcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111100 11111111
Octal 362 274 377
Decimal 242 188 255
Hex F2 BC FF

RGB Percentages of Color #f2bcff

%35.33
%27.45
%37.23

CMYK Percentages of Color #f2bcff

%5
%26
%0
%0

Triadic Colors of #f2bcff

#f2bcff #fff2bc #bcfff2

Analogous Colors of #f2bcff

#f2bcff #ffbceb #d1bcff

Monochromatic Colors of #f2bcff

#f2bcff

Complementary Color

#f2bcff #c9ffbc

#f2bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bcff Color CSS Codes

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

#f2bcff Text Font Color

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

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


#f2bcff Background Color

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

This div background color is #f2bcff


#f2bcff Border Color

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

This div border color is #f2bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bcff

Related Colors

#f2bcff Color Palettes


Comments

No comments written yet.

Please login to write comment.