Color Hex Logo

#fcb4fa Color Hex

#FCB4FA
(252,180,250)
0 Favorites   0 Comments

Color spaces of #fcb4fa

RGB 252180250
HSL0.840.920.85
HSV302°29°99°
CMYK 0.000.290.01   0.01
XYZ73.721560.240198.1844
Yxy60.24010.31760.2595
Hunter Lab77.614533.7214-20.6733
CIE-Lab81.968537.1194-24.3112

#fcb4fa color RGB value is (252,180,250).

#fcb4fa hex color red value is 252, green value is 180 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fcb4fa hue: 0.84 , saturation: 0.92 and the lightness value of fcb4fa is 0.85.

The process color (four color CMYK) of #fcb4fa color hex is 0.00, 0.29, 0.01, 0.01. Web safe color of #fcb4fa is #ffccff. Color #fcb4fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 11111010
Octal 374 264 372
Decimal 252 180 250
Hex FC B4 FA

RGB Percentages of Color #fcb4fa

%36.95
%26.39
%36.66

CMYK Percentages of Color #fcb4fa

%0
%29
%1
%1

Triadic Colors of #fcb4fa

#fcb4fa #fafcb4 #b4fafc

Analogous Colors of #fcb4fa

#fcb4fa #fcb4d6 #dab4fc

Monochromatic Colors of #fcb4fa

#fcb4fa

Complementary Color

#fcb4fa #b4fcb6

#fcb4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4fa Color CSS Codes

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

#fcb4fa Text Font Color

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

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


#fcb4fa Background Color

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

This div background color is #fcb4fa


#fcb4fa Border Color

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

This div border color is #fcb4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.