Color Hex Logo

#fcaafb Color Hex

#FCAAFB
(252,170,251)
0 Favorites   0 Comments

Color spaces of #fcaafb

RGB 252170251
HSL0.840.930.83
HSV301°33°99°
CMYK 0.000.330.00   0.01
XYZ71.932256.409998.3638
Yxy56.40990.31730.2488
Hunter Lab75.106539.5194-25.0750
CIE-Lab79.846542.5187-28.0874

#fcaafb color RGB value is (252,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11111011
Octal 374 252 373
Decimal 252 170 251
Hex FC AA FB

RGB Percentages of Color #fcaafb

%37.44
%25.26
%37.30

CMYK Percentages of Color #fcaafb

%0
%33
%0
%1

Triadic Colors of #fcaafb

#fcaafb #fbfcaa #aafbfc

Analogous Colors of #fcaafb

#fcaafb #fcaad2 #d4aafc

Monochromatic Colors of #fcaafb

#fcaafb

Complementary Color

#fcaafb #aafcab

#fcaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaafb Color CSS Codes

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

#fcaafb Text Font Color

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

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


#fcaafb Background Color

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

This div background color is #fcaafb


#fcaafb Border Color

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

This div border color is #fcaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.