Color Hex Logo

#f8dbbe Color Hex

#F8DBBE
(248,219,190)
0 Favorites   0 Comments

Color spaces of #f8dbbe

RGB 248219190
HSL0.080.810.86
HSV30°23°97°
CMYK 0.000.120.23   0.03
XYZ73.337274.337259.1984
Yxy74.33720.35450.3593
Hunter Lab86.21900.947419.6445
CIE-Lab89.08165.659817.9402

#f8dbbe color RGB value is (248,219,190).

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

The process color (four color CMYK) of #f8dbbe color hex is 0.00, 0.12, 0.23, 0.03. Web safe color of #f8dbbe is #ffcccc. Color #f8dbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011011 10111110
Octal 370 333 276
Decimal 248 219 190
Hex F8 DB BE

RGB Percentages of Color #f8dbbe

%37.75
%33.33
%28.92

CMYK Percentages of Color #f8dbbe

%0
%12
%23
%3

Triadic Colors of #f8dbbe

#f8dbbe #bef8db #dbbef8

Analogous Colors of #f8dbbe

#f8dbbe #f8f8be #f8bebe

Monochromatic Colors of #f8dbbe

#f8dbbe

Complementary Color

#f8dbbe #bedbf8

#f8dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dbbe Color CSS Codes

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

#f8dbbe Text Font Color

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

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


#f8dbbe Background Color

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

This div background color is #f8dbbe


#f8dbbe Border Color

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

This div border color is #f8dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.