Color Hex Logo

#f3bbfc Color Hex

#F3BBFC
(243,187,252)
0 Favorites   0 Comments

Color spaces of #f3bbfc

RGB 243187252
HSL0.810.920.86
HSV292°26°99°
CMYK 0.040.260.00   0.01
XYZ72.303261.6236100.1792
Yxy61.62360.30880.2632
Hunter Lab78.500727.0315-20.7128
CIE-Lab82.712830.9459-24.3276

#f3bbfc color RGB value is (243,187,252).

#f3bbfc hex color red value is 243, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f3bbfc hue: 0.81 , saturation: 0.92 and the lightness value of f3bbfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111011 11111100
Octal 363 273 374
Decimal 243 187 252
Hex F3 BB FC

RGB Percentages of Color #f3bbfc

%35.63
%27.42
%36.95

CMYK Percentages of Color #f3bbfc

%4
%26
%0
%1

Triadic Colors of #f3bbfc

#f3bbfc #fcf3bb #bbfcf3

Analogous Colors of #f3bbfc

#f3bbfc #fcbbe5 #d3bbfc

Monochromatic Colors of #f3bbfc

#f3bbfc

Complementary Color

#f3bbfc #c4fcbb

#f3bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bbfc Color CSS Codes

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

#f3bbfc Text Font Color

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

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


#f3bbfc Background Color

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

This div background color is #f3bbfc


#f3bbfc Border Color

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

This div border color is #f3bbfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,187,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3bbfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3bbfc;
  -webkit-box-shadow: 1px 1px 3px 2px #f3bbfc;
  box-shadow:         1px 1px 3px 2px #f3bbfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,187,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.