Color Hex Logo

#f9dbbc Color Hex

#F9DBBC
(249,219,188)
0 Favorites   0 Comments

Color spaces of #f9dbbc

RGB 249219188
HSL0.080.840.86
HSV30°24°98°
CMYK 0.000.120.24   0.02
XYZ73.475574.433658.0715
Yxy74.43360.35670.3614
Hunter Lab86.27491.037320.4844
CIE-Lab89.12705.752219.0609

#f9dbbc color RGB value is (249,219,188).

#f9dbbc hex color red value is 249, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f9dbbc hue: 0.08 , saturation: 0.84 and the lightness value of f9dbbc is 0.86.

The process color (four color CMYK) of #f9dbbc color hex is 0.00, 0.12, 0.24, 0.02. Web safe color of #f9dbbc is #ffcccc. Color #f9dbbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011011 10111100
Octal 371 333 274
Decimal 249 219 188
Hex F9 DB BC

RGB Percentages of Color #f9dbbc

%37.96
%33.38
%28.66

CMYK Percentages of Color #f9dbbc

%0
%12
%24
%2

Triadic Colors of #f9dbbc

#f9dbbc #bcf9db #dbbcf9

Analogous Colors of #f9dbbc

#f9dbbc #f9f9bc #f9bdbc

Monochromatic Colors of #f9dbbc

#f9dbbc

Complementary Color

#f9dbbc #bcdaf9

#f9dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dbbc Color CSS Codes

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

#f9dbbc Text Font Color

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

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


#f9dbbc Background Color

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

This div background color is #f9dbbc


#f9dbbc Border Color

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

This div border color is #f9dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dbbc


Comments

No comments written yet.

Please login to write comment.