Color Hex Logo

#f1caff Color Hex

#F1CAFF
(241,202,255)
0 Favorites   0 Comments

Color spaces of #f1caff

RGB 241202255
HSL0.791.000.90
HSV284°21°100°
CMYK 0.050.210.00   0.00
XYZ75.446268.1618103.7878
Yxy68.16180.30500.2755
Hunter Lab82.560218.6389-16.7424
CIE-Lab86.087322.9210-20.8178

#f1caff color RGB value is (241,202,255).

#f1caff hex color red value is 241, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f1caff hue: 0.79 , saturation: 1.00 and the lightness value of f1caff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001010 11111111
Octal 361 312 377
Decimal 241 202 255
Hex F1 CA FF

RGB Percentages of Color #f1caff

%34.53
%28.94
%36.53

CMYK Percentages of Color #f1caff

%5
%21
%0
%0

Triadic Colors of #f1caff

#f1caff #fff1ca #cafff1

Analogous Colors of #f1caff

#f1caff #ffcaf3 #d7caff

Monochromatic Colors of #f1caff

#f1caff

Complementary Color

#f1caff #d8ffca

#f1caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1caff Color CSS Codes

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

#f1caff Text Font Color

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

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


#f1caff Background Color

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

This div background color is #f1caff


#f1caff Border Color

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

This div border color is #f1caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1caff

#f1caff Color Palettes


Comments

No comments written yet.

Please login to write comment.