Color Hex Logo

#fca8db Color Hex

#FCA8DB
(252,168,219)
0 Favorites   0 Comments

Color spaces of #fca8db

RGB 252168219
HSL0.900.930.82
HSV324°33°99°
CMYK 0.000.330.13   0.01
XYZ66.933753.815273.8774
Yxy53.81520.34390.2765
Hunter Lab73.358834.4881-8.3579
CIE-Lab78.353938.1440-13.0649

#fca8db color RGB value is (252,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 11011011
Octal 374 250 333
Decimal 252 168 219
Hex FC A8 DB

RGB Percentages of Color #fca8db

%39.44
%26.29
%34.27

CMYK Percentages of Color #fca8db

%0
%33
%13
%1

Triadic Colors of #fca8db

#fca8db #dbfca8 #a8dbfc

Analogous Colors of #fca8db

#fca8db #fca8b1 #f3a8fc

Monochromatic Colors of #fca8db

#fca8db

Complementary Color

#fca8db #a8fcc9

#fca8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca8db Color CSS Codes

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

#fca8db Text Font Color

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

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


#fca8db Background Color

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

This div background color is #fca8db


#fca8db Border Color

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

This div border color is #fca8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca8db

Related Colors


Comments

No comments written yet.

Please login to write comment.