Color Hex Logo

#facefd Color Hex

#FACEFD
(250,206,253)
0 Favorites   0 Comments

Color spaces of #facefd

RGB 250206253
HSL0.820.920.90
HSV296°19°99°
CMYK 0.010.190.00   0.01
XYZ79.225371.5585102.5650
Yxy71.55850.31270.2825
Hunter Lab84.592319.1386-12.6724
CIE-Lab87.755623.3340-17.1653

#facefd color RGB value is (250,206,253).

#facefd hex color red value is 250, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #facefd hue: 0.82 , saturation: 0.92 and the lightness value of facefd is 0.90.

The process color (four color CMYK) of #facefd color hex is 0.01, 0.19, 0.00, 0.01. Web safe color of #facefd is #ffccff. Color #facefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11111101
Octal 372 316 375
Decimal 250 206 253
Hex FA CE FD

RGB Percentages of Color #facefd

%35.26
%29.06
%35.68

CMYK Percentages of Color #facefd

%1
%19
%0
%1

Triadic Colors of #facefd

#facefd #fdface #cefdfa

Analogous Colors of #facefd

#facefd #fdcee9 #e3cefd

Monochromatic Colors of #facefd

#facefd

Complementary Color

#facefd #d1fdce

#facefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facefd Color CSS Codes

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

#facefd Text Font Color

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

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


#facefd Background Color

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

This div background color is #facefd


#facefd Border Color

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

This div border color is #facefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #facefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facefd

Related Colors


Comments

No comments written yet.

Please login to write comment.