Color Hex Logo

#f4dbfa Color Hex

#F4DBFA
(244,219,250)
0 Favorites   0 Comments

Color spaces of #f4dbfa

RGB 244219250
HSL0.800.760.92
HSV288°12°98°
CMYK 0.020.120.00   0.02
XYZ79.895176.7983101.0551
Yxy76.79830.31000.2980
Hunter Lab87.63469.3750-7.0255
CIE-Lab90.228713.9966-11.9345

#f4dbfa color RGB value is (244,219,250).

#f4dbfa hex color red value is 244, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f4dbfa hue: 0.80 , saturation: 0.76 and the lightness value of f4dbfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011011 11111010
Octal 364 333 372
Decimal 244 219 250
Hex F4 DB FA

RGB Percentages of Color #f4dbfa

%34.22
%30.72
%35.06

CMYK Percentages of Color #f4dbfa

%2
%12
%0
%2

Triadic Colors of #f4dbfa

#f4dbfa #faf4db #dbfaf4

Analogous Colors of #f4dbfa

#f4dbfa #fadbf1 #e5dbfa

Monochromatic Colors of #f4dbfa

#f4dbfa

Complementary Color

#f4dbfa #e1fadb

#f4dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dbfa Color CSS Codes

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

#f4dbfa Text Font Color

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

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


#f4dbfa Background Color

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

This div background color is #f4dbfa


#f4dbfa Border Color

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

This div border color is #f4dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.