Color Hex Logo

#fcdffa Color Hex

#FCDFFA
(252,223,250)
0 Favorites   0 Comments

Color spaces of #fcdffa

RGB 252223250
HSL0.840.830.93
HSV304°12°99°
CMYK 0.000.120.01   0.01
XYZ83.787980.3729101.5399
Yxy80.37290.31530.3025
Hunter Lab89.65099.9372-4.3970
CIE-Lab91.851914.5427-9.4474

#fcdffa color RGB value is (252,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11111010
Octal 374 337 372
Decimal 252 223 250
Hex FC DF FA

RGB Percentages of Color #fcdffa

%34.76
%30.76
%34.48

CMYK Percentages of Color #fcdffa

%0
%12
%1
%1

Triadic Colors of #fcdffa

#fcdffa #fafcdf #dffafc

Analogous Colors of #fcdffa

#fcdffa #fcdfec #f0dffc

Monochromatic Colors of #fcdffa

#fcdffa

Complementary Color

#fcdffa #dffce1

#fcdffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdffa Color CSS Codes

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

#fcdffa Text Font Color

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

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


#fcdffa Background Color

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

This div background color is #fcdffa


#fcdffa Border Color

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

This div border color is #fcdffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdffa

Related Colors


Comments

No comments written yet.

Please login to write comment.