Color Hex Logo

#fca4fb Color Hex

#FCA4FB
(252,164,251)
0 Favorites   0 Comments

Color spaces of #fca4fb

RGB 252164251
HSL0.840.940.82
HSV301°35°99°
CMYK 0.000.350.00   0.01
XYZ70.832954.211497.9973
Yxy54.21140.31760.2431
Hunter Lab73.628442.8731-27.3734
CIE-Lab78.584845.6239-30.0223

#fca4fb color RGB value is (252,164,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11111011
Octal 374 244 373
Decimal 252 164 251
Hex FC A4 FB

RGB Percentages of Color #fca4fb

%37.78
%24.59
%37.63

CMYK Percentages of Color #fca4fb

%0
%35
%0
%1

Triadic Colors of #fca4fb

#fca4fb #fbfca4 #a4fbfc

Analogous Colors of #fca4fb

#fca4fb #fca4cf #d1a4fc

Monochromatic Colors of #fca4fb

#fca4fb

Complementary Color

#fca4fb #a4fca5

#fca4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4fb Color CSS Codes

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

#fca4fb Text Font Color

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

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


#fca4fb Background Color

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

This div background color is #fca4fb


#fca4fb Border Color

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

This div border color is #fca4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4fb

Related Colors

#fca4fb Color Palettes


Comments

No comments written yet.

Please login to write comment.