Color Hex Logo

#f1ccfb Color Hex

#F1CCFB
(241,204,251)
0 Favorites   0 Comments

Color spaces of #f1ccfb

RGB 241204251
HSL0.800.850.89
HSV287°19°98°
CMYK 0.040.190.00   0.02
XYZ75.281168.8515100.5887
Yxy68.85150.30760.2813
Hunter Lab82.976816.7356-13.7906
CIE-Lab86.430521.1038-18.1826

#f1ccfb color RGB value is (241,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001100 11111011
Octal 361 314 373
Decimal 241 204 251
Hex F1 CC FB

RGB Percentages of Color #f1ccfb

%34.63
%29.31
%36.06

CMYK Percentages of Color #f1ccfb

%4
%19
%0
%2

Triadic Colors of #f1ccfb

#f1ccfb #fbf1cc #ccfbf1

Analogous Colors of #f1ccfb

#f1ccfb #fbccee #daccfb

Monochromatic Colors of #f1ccfb

#f1ccfb

Complementary Color

#f1ccfb #d6fbcc

#f1ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ccfb Color CSS Codes

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

#f1ccfb Text Font Color

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

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


#f1ccfb Background Color

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

This div background color is #f1ccfb


#f1ccfb Border Color

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

This div border color is #f1ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.