Color Hex Logo

#fcb5fa Color Hex

#FCB5FA
(252,181,250)
0 Favorites   0 Comments

Color spaces of #fcb5fa

RGB 252181250
HSL0.840.920.85
HSV302°28°99°
CMYK 0.000.280.01   0.01
XYZ73.924160.645398.2520
Yxy60.64530.31750.2605
Hunter Lab77.875133.1624-20.2913
CIE-Lab82.187736.5951-23.9776

#fcb5fa color RGB value is (252,181,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 11111010
Octal 374 265 372
Decimal 252 181 250
Hex FC B5 FA

RGB Percentages of Color #fcb5fa

%36.90
%26.50
%36.60

CMYK Percentages of Color #fcb5fa

%0
%28
%1
%1

Triadic Colors of #fcb5fa

#fcb5fa #fafcb5 #b5fafc

Analogous Colors of #fcb5fa

#fcb5fa #fcb5d7 #dbb5fc

Monochromatic Colors of #fcb5fa

#fcb5fa

Complementary Color

#fcb5fa #b5fcb7

#fcb5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb5fa Color CSS Codes

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

#fcb5fa Text Font Color

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

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


#fcb5fa Background Color

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

This div background color is #fcb5fa


#fcb5fa Border Color

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

This div border color is #fcb5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.