Color Hex Logo

#f4d6fa Color Hex

#F4D6FA
(244,214,250)
0 Favorites   0 Comments

Color spaces of #f4d6fa

RGB 244214250
HSL0.810.780.91
HSV290°14°98°
CMYK 0.020.140.00   0.02
XYZ78.610174.2284100.6268
Yxy74.22840.31010.2929
Hunter Lab86.155912.0936-8.9393
CIE-Lab89.030316.6185-13.7247

#f4d6fa color RGB value is (244,214,250).

#f4d6fa hex color red value is 244, green value is 214 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f4d6fa hue: 0.81 , saturation: 0.78 and the lightness value of f4d6fa is 0.91.

The process color (four color CMYK) of #f4d6fa color hex is 0.02, 0.14, 0.00, 0.02. Web safe color of #f4d6fa is #ffccff. Color #f4d6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11010110 11111010
Octal 364 326 372
Decimal 244 214 250
Hex F4 D6 FA

RGB Percentages of Color #f4d6fa

%34.46
%30.23
%35.31

CMYK Percentages of Color #f4d6fa

%2
%14
%0
%2

Triadic Colors of #f4d6fa

#f4d6fa #faf4d6 #d6faf4

Analogous Colors of #f4d6fa

#f4d6fa #fad6ee #e2d6fa

Monochromatic Colors of #f4d6fa

#f4d6fa

Complementary Color

#f4d6fa #dcfad6

#f4d6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4d6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4d6fa Color CSS Codes

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

#f4d6fa Text Font Color

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

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


#f4d6fa Background Color

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

This div background color is #f4d6fa


#f4d6fa Border Color

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

This div border color is #f4d6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4d6fa


Comments

No comments written yet.

Please login to write comment.