Color Hex Logo

#f1adcb Color Hex

#F1ADCB
(241,173,203)
0 Favorites   0 Comments

Color spaces of #f1adcb

RGB 241173203
HSL0.930.710.81
HSV334°28°95°
CMYK 0.000.280.16   0.05
XYZ61.998752.899763.4429
Yxy52.89970.34760.2966
Hunter Lab72.732224.8765-0.8050
CIE-Lab77.815729.2505-5.2953

#f1adcb color RGB value is (241,173,203).

#f1adcb hex color red value is 241, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f1adcb hue: 0.93 , saturation: 0.71 and the lightness value of f1adcb is 0.81.

The process color (four color CMYK) of #f1adcb color hex is 0.00, 0.28, 0.16, 0.05. Web safe color of #f1adcb is #ff99cc. Color #f1adcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101101 11001011
Octal 361 255 313
Decimal 241 173 203
Hex F1 AD CB

RGB Percentages of Color #f1adcb

%39.06
%28.04
%32.90

CMYK Percentages of Color #f1adcb

%0
%28
%16
%5

Triadic Colors of #f1adcb

#f1adcb #cbf1ad #adcbf1

Analogous Colors of #f1adcb

#f1adcb #f1b1ad #f1aded

Monochromatic Colors of #f1adcb

#f1adcb

Complementary Color

#f1adcb #adf1d3

#f1adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1adcb Color CSS Codes

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

#f1adcb Text Font Color

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

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


#f1adcb Background Color

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

This div background color is #f1adcb


#f1adcb Border Color

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

This div border color is #f1adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1adcb


Comments

No comments written yet.

Please login to write comment.