Color Hex Logo

#fcaefb Color Hex

#FCAEFB
(252,174,251)
0 Favorites   0 Comments

Color spaces of #fcaefb

RGB 252174251
HSL0.840.930.84
HSV301°31°99°
CMYK 0.000.310.00   0.01
XYZ72.693557.932698.6175
Yxy57.93260.31710.2527
Hunter Lab76.113537.2810-23.5405
CIE-Lab80.701340.4362-26.7797

#fcaefb color RGB value is (252,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11111011
Octal 374 256 373
Decimal 252 174 251
Hex FC AE FB

RGB Percentages of Color #fcaefb

%37.22
%25.70
%37.08

CMYK Percentages of Color #fcaefb

%0
%31
%0
%1

Triadic Colors of #fcaefb

#fcaefb #fbfcae #aefbfc

Analogous Colors of #fcaefb

#fcaefb #fcaed4 #d6aefc

Monochromatic Colors of #fcaefb

#fcaefb

Complementary Color

#fcaefb #aefcaf

#fcaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaefb Color CSS Codes

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

#fcaefb Text Font Color

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

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


#fcaefb Background Color

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

This div background color is #fcaefb


#fcaefb Border Color

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

This div border color is #fcaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaefb

Related Colors


Comments

No comments written yet.

Please login to write comment.