Color Hex Logo

#f1b5ca Color Hex

#F1B5CA
(241,181,202)
0 Favorites   0 Comments

Color spaces of #f1b5ca

RGB 241181202
HSL0.940.680.83
HSV339°25°95°
CMYK 0.000.250.16   0.05
XYZ63.460256.012863.3439
Yxy56.01280.34710.3064
Hunter Lab74.841720.38182.2078
CIE-Lab79.621124.8497-2.0957

#f1b5ca color RGB value is (241,181,202).

#f1b5ca hex color red value is 241, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f1b5ca hue: 0.94 , saturation: 0.68 and the lightness value of f1b5ca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110101 11001010
Octal 361 265 312
Decimal 241 181 202
Hex F1 B5 CA

RGB Percentages of Color #f1b5ca

%38.62
%29.01
%32.37

CMYK Percentages of Color #f1b5ca

%0
%25
%16
%5

Triadic Colors of #f1b5ca

#f1b5ca #caf1b5 #b5caf1

Analogous Colors of #f1b5ca

#f1b5ca #f1beb5 #f1b5e8

Monochromatic Colors of #f1b5ca

#f1b5ca

Complementary Color

#f1b5ca #b5f1dc

#f1b5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b5ca Color CSS Codes

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

#f1b5ca Text Font Color

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

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


#f1b5ca Background Color

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

This div background color is #f1b5ca


#f1b5ca Border Color

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

This div border color is #f1b5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b5ca


Comments

No comments written yet.

Please login to write comment.