Color Hex Logo

#fcaef9 Color Hex

#FCAEF9
(252,174,249)
0 Favorites   0 Comments

Color spaces of #fcaef9

RGB 252174249
HSL0.840.930.84
HSV302°31°99°
CMYK 0.000.310.01   0.01
XYZ72.379857.807196.9656
Yxy57.80710.31860.2545
Hunter Lab76.031036.8738-22.3934
CIE-Lab80.631440.0787-25.8136

#fcaef9 color RGB value is (252,174,249).

#fcaef9 hex color red value is 252, green value is 174 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #fcaef9 hue: 0.84 , saturation: 0.93 and the lightness value of fcaef9 is 0.84.

The process color (four color CMYK) of #fcaef9 color hex is 0.00, 0.31, 0.01, 0.01. Web safe color of #fcaef9 is #ff99ff. Color #fcaef9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11111001
Octal 374 256 371
Decimal 252 174 249
Hex FC AE F9

RGB Percentages of Color #fcaef9

%37.33
%25.78
%36.89

CMYK Percentages of Color #fcaef9

%0
%31
%1
%1

Triadic Colors of #fcaef9

#fcaef9 #f9fcae #aef9fc

Analogous Colors of #fcaef9

#fcaef9 #fcaed2 #d8aefc

Monochromatic Colors of #fcaef9

#fcaef9

Complementary Color

#fcaef9 #aefcb1

#fcaef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaef9 Color CSS Codes

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

#fcaef9 Text Font Color

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

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


#fcaef9 Background Color

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

This div background color is #fcaef9


#fcaef9 Border Color

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

This div border color is #fcaef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaef9

Related Colors


Comments

No comments written yet.

Please login to write comment.