Color Hex Logo

#fcaada Color Hex

#FCAADA
(252,170,218)
0 Favorites   0 Comments

Color spaces of #fcaada

RGB 252170218
HSL0.900.930.83
HSV325°33°99°
CMYK 0.000.330.13   0.01
XYZ67.174554.506973.3101
Yxy54.50690.34450.2795
Hunter Lab73.828833.2112-7.1933
CIE-Lab78.756436.9418-11.9199

#fcaada color RGB value is (252,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11011010
Octal 374 252 332
Decimal 252 170 218
Hex FC AA DA

RGB Percentages of Color #fcaada

%39.38
%26.56
%34.06

CMYK Percentages of Color #fcaada

%0
%33
%13
%1

Triadic Colors of #fcaada

#fcaada #dafcaa #aadafc

Analogous Colors of #fcaada

#fcaada #fcaab1 #f5aafc

Monochromatic Colors of #fcaada

#fcaada

Complementary Color

#fcaada #aafccc

#fcaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaada Color CSS Codes

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

#fcaada Text Font Color

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

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


#fcaada Background Color

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

This div background color is #fcaada


#fcaada Border Color

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

This div border color is #fcaada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,170,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaada


Comments

No comments written yet.

Please login to write comment.