Color Hex Logo

#fcdafa Color Hex

#FCDAFA
(252,218,250)
0 Favorites   0 Comments

Color spaces of #fcdafa

RGB 252218250
HSL0.840.850.92
HSV304°13°99°
CMYK 0.000.130.01   0.01
XYZ82.471677.7404101.1012
Yxy77.74040.31560.2975
Hunter Lab88.170512.6642-6.2658
CIE-Lab90.661317.1508-11.2183

#fcdafa color RGB value is (252,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11111010
Octal 374 332 372
Decimal 252 218 250
Hex FC DA FA

RGB Percentages of Color #fcdafa

%35.00
%30.28
%34.72

CMYK Percentages of Color #fcdafa

%0
%13
%1
%1

Triadic Colors of #fcdafa

#fcdafa #fafcda #dafafc

Analogous Colors of #fcdafa

#fcdafa #fcdae9 #eddafc

Monochromatic Colors of #fcdafa

#fcdafa

Complementary Color

#fcdafa #dafcdc

#fcdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdafa Color CSS Codes

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

#fcdafa Text Font Color

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

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


#fcdafa Background Color

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

This div background color is #fcdafa


#fcdafa Border Color

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

This div border color is #fcdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdafa

Related Colors


Comments

No comments written yet.

Please login to write comment.