Color Hex Logo

#fcbdfa Color Hex

#FCBDFA
(252,189,250)
0 Favorites   0 Comments

Color spaces of #fcbdfa

RGB 252189250
HSL0.840.910.86
HSV302°25°99°
CMYK 0.000.250.01   0.01
XYZ75.597863.992898.8099
Yxy63.99280.31710.2684
Hunter Lab79.995528.6950-17.2378
CIE-Lab83.962032.3915-21.2835

#fcbdfa color RGB value is (252,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11111010
Octal 374 275 372
Decimal 252 189 250
Hex FC BD FA

RGB Percentages of Color #fcbdfa

%36.47
%27.35
%36.18

CMYK Percentages of Color #fcbdfa

%0
%25
%1
%1

Triadic Colors of #fcbdfa

#fcbdfa #fafcbd #bdfafc

Analogous Colors of #fcbdfa

#fcbdfa #fcbddb #dfbdfc

Monochromatic Colors of #fcbdfa

#fcbdfa

Complementary Color

#fcbdfa #bdfcbf

#fcbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdfa Color CSS Codes

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

#fcbdfa Text Font Color

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

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


#fcbdfa Background Color

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

This div background color is #fcbdfa


#fcbdfa Border Color

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

This div border color is #fcbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.