Color Hex Logo

#f6facd Color Hex

#F6FACD
(246,250,205)
0 Favorites   0 Comments

Color spaces of #f6facd

RGB 246250205
HSL0.180.820.89
HSV65°18°98°
CMYK 0.020.000.18   0.02
XYZ83.211192.371871.2015
Yxy92.37180.33720.3743
Hunter Lab96.1102-13.649823.3533
CIE-Lab96.9721-8.629621.1835

#f6facd color RGB value is (246,250,205).

#f6facd hex color red value is 246, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f6facd hue: 0.18 , saturation: 0.82 and the lightness value of f6facd is 0.89.

The process color (four color CMYK) of #f6facd color hex is 0.02, 0.00, 0.18, 0.02. Web safe color of #f6facd is #ffffcc. Color #f6facd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11111010 11001101
Octal 366 372 315
Decimal 246 250 205
Hex F6 FA CD

RGB Percentages of Color #f6facd

%35.09
%35.66
%29.24

CMYK Percentages of Color #f6facd

%2
%0
%18
%2

Triadic Colors of #f6facd

#f6facd #cdf6fa #facdf6

Analogous Colors of #f6facd

#f6facd #e0facd #fae8cd

Monochromatic Colors of #f6facd

#f6facd

Complementary Color

#f6facd #d1cdfa

#f6facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6facd Color CSS Codes

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

#f6facd Text Font Color

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

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


#f6facd Background Color

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

This div background color is #f6facd


#f6facd Border Color

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

This div border color is #f6facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6facd

Related Colors


Comments

No comments written yet.

Please login to write comment.