Color Hex Logo

#f1cade Color Hex

#F1CADE
(241,202,222)
0 Favorites   0 Comments

Color spaces of #f1cade

RGB 241202222
HSL0.910.580.87
HSV329°16°95°
CMYK 0.000.160.08   0.05
XYZ70.581066.215878.1681
Yxy66.21580.32830.3080
Hunter Lab81.373112.42360.0064
CIE-Lab85.106416.9759-4.7612

#f1cade color RGB value is (241,202,222).

#f1cade hex color red value is 241, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f1cade hue: 0.91 , saturation: 0.58 and the lightness value of f1cade is 0.87.

The process color (four color CMYK) of #f1cade color hex is 0.00, 0.16, 0.08, 0.05. Web safe color of #f1cade is #ffcccc. Color #f1cade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001010 11011110
Octal 361 312 336
Decimal 241 202 222
Hex F1 CA DE

RGB Percentages of Color #f1cade

%36.24
%30.38
%33.38

CMYK Percentages of Color #f1cade

%0
%16
%8
%5

Triadic Colors of #f1cade

#f1cade #def1ca #cadef1

Analogous Colors of #f1cade

#f1cade #f1cacb #f1caf1

Monochromatic Colors of #f1cade

#f1cade

Complementary Color

#f1cade #caf1dd

#f1cade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cade Color CSS Codes

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

#f1cade Text Font Color

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

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


#f1cade Background Color

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

This div background color is #f1cade


#f1cade Border Color

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

This div border color is #f1cade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,202,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cade

#f1cade Color Palettes


Comments

No comments written yet.

Please login to write comment.