Color Hex Logo

#fca6db Color Hex

#FCA6DB
(252,166,219)
0 Favorites   0 Comments

Color spaces of #fca6db

RGB 252166219
HSL0.900.930.82
HSV323°34°99°
CMYK 0.000.340.13   0.01
XYZ66.567353.082473.7553
Yxy53.08240.34420.2745
Hunter Lab72.857735.5878-9.0201
CIE-Lab77.923639.1853-13.7098

#fca6db color RGB value is (252,166,219).

#fca6db hex color red value is 252, green value is 166 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fca6db hue: 0.90 , saturation: 0.93 and the lightness value of fca6db is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 11011011
Octal 374 246 333
Decimal 252 166 219
Hex FC A6 DB

RGB Percentages of Color #fca6db

%39.56
%26.06
%34.38

CMYK Percentages of Color #fca6db

%0
%34
%13
%1

Triadic Colors of #fca6db

#fca6db #dbfca6 #a6dbfc

Analogous Colors of #fca6db

#fca6db #fca6b0 #f2a6fc

Monochromatic Colors of #fca6db

#fca6db

Complementary Color

#fca6db #a6fcc7

#fca6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca6db Color CSS Codes

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

#fca6db Text Font Color

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

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


#fca6db Background Color

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

This div background color is #fca6db


#fca6db Border Color

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

This div border color is #fca6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca6db

Related Colors


Comments

No comments written yet.

Please login to write comment.