Color Hex Logo

#f1cadb Color Hex

#F1CADB
(241,202,219)
0 Favorites   0 Comments

Color spaces of #f1cadb

RGB 241202219
HSL0.930.580.87
HSV334°16°95°
CMYK 0.000.160.09   0.05
XYZ70.182366.056376.0690
Yxy66.05630.33060.3111
Hunter Lab81.275011.90631.4003
CIE-Lab85.025116.4719-3.2837

#f1cadb color RGB value is (241,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001010 11011011
Octal 361 312 333
Decimal 241 202 219
Hex F1 CA DB

RGB Percentages of Color #f1cadb

%36.40
%30.51
%33.08

CMYK Percentages of Color #f1cadb

%0
%16
%9
%5

Triadic Colors of #f1cadb

#f1cadb #dbf1ca #cadbf1

Analogous Colors of #f1cadb

#f1cadb #f1cdca #f1caef

Monochromatic Colors of #f1cadb

#f1cadb

Complementary Color

#f1cadb #caf1e0

#f1cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cadb Color CSS Codes

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

#f1cadb Text Font Color

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

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


#f1cadb Background Color

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

This div background color is #f1cadb


#f1cadb Border Color

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

This div border color is #f1cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cadb


Comments

No comments written yet.

Please login to write comment.