Color Hex Logo

#fcd9fa Color Hex

#FCD9FA
(252,217,250)
0 Favorites   0 Comments

Color spaces of #fcd9fa

RGB 252217250
HSL0.840.850.92
HSV303°14°99°
CMYK 0.000.140.01   0.01
XYZ82.213177.2233101.0150
Yxy77.22330.31570.2965
Hunter Lab87.876813.2112-6.6405
CIE-Lab90.424317.6736-11.5715

#fcd9fa color RGB value is (252,217,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 11111010
Octal 374 331 372
Decimal 252 217 250
Hex FC D9 FA

RGB Percentages of Color #fcd9fa

%35.05
%30.18
%34.77

CMYK Percentages of Color #fcd9fa

%0
%14
%1
%1

Triadic Colors of #fcd9fa

#fcd9fa #fafcd9 #d9fafc

Analogous Colors of #fcd9fa

#fcd9fa #fcd9e9 #edd9fc

Monochromatic Colors of #fcd9fa

#fcd9fa

Complementary Color

#fcd9fa #d9fcdb

#fcd9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd9fa Color CSS Codes

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

#fcd9fa Text Font Color

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

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


#fcd9fa Background Color

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

This div background color is #fcd9fa


#fcd9fa Border Color

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

This div border color is #fcd9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd9fa

Related Colors


Comments

No comments written yet.

Please login to write comment.