Color Hex Logo

#f7dbfb Color Hex

#F7DBFB
(247,219,251)
0 Favorites   0 Comments

Color spaces of #f7dbfb

RGB 247219251
HSL0.810.800.92
HSV293°13°98°
CMYK 0.020.130.00   0.02
XYZ81.101977.4022101.9324
Yxy77.40220.31140.2972
Hunter Lab87.978510.5856-7.1088
CIE-Lab90.506415.1636-12.0186

#f7dbfb color RGB value is (247,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 11111011
Octal 367 333 373
Decimal 247 219 251
Hex F7 DB FB

RGB Percentages of Color #f7dbfb

%34.45
%30.54
%35.01

CMYK Percentages of Color #f7dbfb

%2
%13
%0
%2

Triadic Colors of #f7dbfb

#f7dbfb #fbf7db #dbfbf7

Analogous Colors of #f7dbfb

#f7dbfb #fbdbef #e7dbfb

Monochromatic Colors of #f7dbfb

#f7dbfb

Complementary Color

#f7dbfb #dffbdb

#f7dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbfb Color CSS Codes

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

#f7dbfb Text Font Color

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

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


#f7dbfb Background Color

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

This div background color is #f7dbfb


#f7dbfb Border Color

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

This div border color is #f7dbfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,219,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.