Color Hex Logo

#fca8fb Color Hex

#FCA8FB
(252,168,251)
0 Favorites   0 Comments

Color spaces of #fca8fb

RGB 252168251
HSL0.840.930.82
HSV301°33°99°
CMYK 0.000.330.00   0.01
XYZ71.560155.665798.2397
Yxy55.66570.31740.2469
Hunter Lab74.609440.6380-25.8417
CIE-Lab79.423243.5564-28.7359

#fca8fb color RGB value is (252,168,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 11111011
Octal 374 250 373
Decimal 252 168 251
Hex FC A8 FB

RGB Percentages of Color #fca8fb

%37.56
%25.04
%37.41

CMYK Percentages of Color #fca8fb

%0
%33
%0
%1

Triadic Colors of #fca8fb

#fca8fb #fbfca8 #a8fbfc

Analogous Colors of #fca8fb

#fca8fb #fca8d1 #d3a8fc

Monochromatic Colors of #fca8fb

#fca8fb

Complementary Color

#fca8fb #a8fca9

#fca8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca8fb Color CSS Codes

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

#fca8fb Text Font Color

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

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


#fca8fb Background Color

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

This div background color is #fca8fb


#fca8fb Border Color

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

This div border color is #fca8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca8fb


Comments

No comments written yet.

Please login to write comment.