Color Hex Logo

#fca1db Color Hex

#FCA1DB
(252,161,219)
0 Favorites   0 Comments

Color spaces of #fca1db

RGB 252161219
HSL0.890.940.81
HSV322°36°99°
CMYK 0.000.360.13   0.01
XYZ65.675951.299773.4582
Yxy51.29970.34490.2694
Hunter Lab71.623838.3350-10.6718
CIE-Lab76.860241.7781-15.3072

#fca1db color RGB value is (252,161,219).

#fca1db hex color red value is 252, green value is 161 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fca1db hue: 0.89 , saturation: 0.94 and the lightness value of fca1db is 0.81.

The process color (four color CMYK) of #fca1db color hex is 0.00, 0.36, 0.13, 0.01. Web safe color of #fca1db is #ff99cc. Color #fca1db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 11011011
Octal 374 241 333
Decimal 252 161 219
Hex FC A1 DB

RGB Percentages of Color #fca1db

%39.87
%25.47
%34.65

CMYK Percentages of Color #fca1db

%0
%36
%13
%1

Triadic Colors of #fca1db

#fca1db #dbfca1 #a1dbfc

Analogous Colors of #fca1db

#fca1db #fca1ae #f0a1fc

Monochromatic Colors of #fca1db

#fca1db

Complementary Color

#fca1db #a1fcc2

#fca1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1db Color CSS Codes

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

#fca1db Text Font Color

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

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


#fca1db Background Color

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

This div background color is #fca1db


#fca1db Border Color

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

This div border color is #fca1db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,161,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 #fca1db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca1db

Related Colors


Comments

No comments written yet.

Please login to write comment.