Color Hex Logo

#f1cbdd Color Hex

#F1CBDD
(241,203,221)
0 Favorites   0 Comments

Color spaces of #f1cbdd

RGB 241203221
HSL0.920.580.87
HSV332°16°95°
CMYK 0.000.160.08   0.05
XYZ70.682766.633177.5427
Yxy66.63310.32900.3101
Hunter Lab81.629111.71240.8185
CIE-Lab85.318316.2797-3.9169

#f1cbdd color RGB value is (241,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001011 11011101
Octal 361 313 335
Decimal 241 203 221
Hex F1 CB DD

RGB Percentages of Color #f1cbdd

%36.24
%30.53
%33.23

CMYK Percentages of Color #f1cbdd

%0
%16
%8
%5

Triadic Colors of #f1cbdd

#f1cbdd #ddf1cb #cbddf1

Analogous Colors of #f1cbdd

#f1cbdd #f1cccb #f1cbf0

Monochromatic Colors of #f1cbdd

#f1cbdd

Complementary Color

#f1cbdd #cbf1df

#f1cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cbdd Color CSS Codes

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

#f1cbdd Text Font Color

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

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


#f1cbdd Background Color

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

This div background color is #f1cbdd


#f1cbdd Border Color

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

This div border color is #f1cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cbdd


Comments

No comments written yet.

Please login to write comment.