Color Hex Logo

#f1a8fb Color Hex

#F1A8FB
(241,168,251)
0 Favorites   0 Comments

Color spaces of #f1a8fb

RGB 241168251
HSL0.810.910.82
HSV293°33°98°
CMYK 0.040.330.00   0.02
XYZ67.690853.671198.0586
Yxy53.67110.30850.2446
Hunter Lab73.260636.7232-28.0767
CIE-Lab78.269640.1783-30.6061

#f1a8fb color RGB value is (241,168,251).

#f1a8fb hex color red value is 241, green value is 168 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f1a8fb hue: 0.81 , saturation: 0.91 and the lightness value of f1a8fb is 0.82.

The process color (four color CMYK) of #f1a8fb color hex is 0.04, 0.33, 0.00, 0.02. Web safe color of #f1a8fb is #ff99ff. Color #f1a8fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101000 11111011
Octal 361 250 373
Decimal 241 168 251
Hex F1 A8 FB

RGB Percentages of Color #f1a8fb

%36.52
%25.45
%38.03

CMYK Percentages of Color #f1a8fb

%4
%33
%0
%2

Triadic Colors of #f1a8fb

#f1a8fb #fbf1a8 #a8fbf1

Analogous Colors of #f1a8fb

#f1a8fb #fba8dc #c8a8fb

Monochromatic Colors of #f1a8fb

#f1a8fb

Complementary Color

#f1a8fb #b2fba8

#f1a8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1a8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1a8fb Color CSS Codes

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

#f1a8fb Text Font Color

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

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


#f1a8fb Background Color

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

This div background color is #f1a8fb


#f1a8fb Border Color

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

This div border color is #f1a8fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,168,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 #f1a8fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1a8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.