Color Hex Logo

#f6ddfb Color Hex

#F6DDFB
(246,221,251)
0 Favorites   0 Comments

Color spaces of #f6ddfb

RGB 246221251
HSL0.810.790.93
HSV290°12°98°
CMYK 0.020.120.00   0.02
XYZ81.275178.2708102.0909
Yxy78.27080.31060.2992
Hunter Lab88.47089.1580-6.4882
CIE-Lab90.903313.7901-11.4357

#f6ddfb color RGB value is (246,221,251).

#f6ddfb hex color red value is 246, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f6ddfb hue: 0.81 , saturation: 0.79 and the lightness value of f6ddfb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11111011
Octal 366 335 373
Decimal 246 221 251
Hex F6 DD FB

RGB Percentages of Color #f6ddfb

%34.26
%30.78
%34.96

CMYK Percentages of Color #f6ddfb

%2
%12
%0
%2

Triadic Colors of #f6ddfb

#f6ddfb #fbf6dd #ddfbf6

Analogous Colors of #f6ddfb

#f6ddfb #fbddf1 #e7ddfb

Monochromatic Colors of #f6ddfb

#f6ddfb

Complementary Color

#f6ddfb #e2fbdd

#f6ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ddfb Color CSS Codes

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

#f6ddfb Text Font Color

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

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


#f6ddfb Background Color

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

This div background color is #f6ddfb


#f6ddfb Border Color

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

This div border color is #f6ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.