Color Hex Logo

#f8bbdc Color Hex

#F8BBDC
(248,187,220)
0 Favorites   0 Comments

Color spaces of #f8bbdc

RGB 248187220
HSL0.910.810.85
HSV328°25°97°
CMYK 0.000.250.11   0.03
XYZ69.400060.664475.7618
Yxy60.66440.33720.2947
Hunter Lab77.887422.7461-3.1508
CIE-Lab82.198026.9724-7.9188

#f8bbdc color RGB value is (248,187,220).

#f8bbdc hex color red value is 248, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f8bbdc hue: 0.91 , saturation: 0.81 and the lightness value of f8bbdc is 0.85.

The process color (four color CMYK) of #f8bbdc color hex is 0.00, 0.25, 0.11, 0.03. Web safe color of #f8bbdc is #ffcccc. Color #f8bbdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111011 11011100
Octal 370 273 334
Decimal 248 187 220
Hex F8 BB DC

RGB Percentages of Color #f8bbdc

%37.86
%28.55
%33.59

CMYK Percentages of Color #f8bbdc

%0
%25
%11
%3

Triadic Colors of #f8bbdc

#f8bbdc #dcf8bb #bbdcf8

Analogous Colors of #f8bbdc

#f8bbdc #f8bbbe #f6bbf8

Monochromatic Colors of #f8bbdc

#f8bbdc

Complementary Color

#f8bbdc #bbf8d7

#f8bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bbdc Color CSS Codes

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

#f8bbdc Text Font Color

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

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


#f8bbdc Background Color

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

This div background color is #f8bbdc


#f8bbdc Border Color

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

This div border color is #f8bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bbdc


Comments

No comments written yet.

Please login to write comment.