Color Hex Logo

#f1c8fb Color Hex

#F1C8FB
(241,200,251)
0 Favorites   0 Comments

Color spaces of #f1c8fb

RGB 241200251
HSL0.800.860.88
HSV288°20°98°
CMYK 0.040.200.00   0.02
XYZ74.342566.9744100.2759
Yxy66.97440.30770.2772
Hunter Lab81.837918.9352-15.3615
CIE-Lab85.491023.2225-19.6003

#f1c8fb color RGB value is (241,200,251).

#f1c8fb hex color red value is 241, green value is 200 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f1c8fb hue: 0.80 , saturation: 0.86 and the lightness value of f1c8fb is 0.88.

The process color (four color CMYK) of #f1c8fb color hex is 0.04, 0.20, 0.00, 0.02. Web safe color of #f1c8fb is #ffccff. Color #f1c8fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001000 11111011
Octal 361 310 373
Decimal 241 200 251
Hex F1 C8 FB

RGB Percentages of Color #f1c8fb

%34.83
%28.90
%36.27

CMYK Percentages of Color #f1c8fb

%4
%20
%0
%2

Triadic Colors of #f1c8fb

#f1c8fb #fbf1c8 #c8fbf1

Analogous Colors of #f1c8fb

#f1c8fb #fbc8ec #d8c8fb

Monochromatic Colors of #f1c8fb

#f1c8fb

Complementary Color

#f1c8fb #d2fbc8

#f1c8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1c8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1c8fb Color CSS Codes

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

#f1c8fb Text Font Color

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

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


#f1c8fb Background Color

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

This div background color is #f1c8fb


#f1c8fb Border Color

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

This div border color is #f1c8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1c8fb


Comments

No comments written yet.

Please login to write comment.