Color Hex Logo

#f6bbbd Color Hex

#F6BBBD
(246,187,189)
0 Favorites   0 Comments

Color spaces of #f6bbbd

RGB 246187189
HSL0.990.770.85
HSV358°24°96°
CMYK 0.000.240.23   0.04
XYZ64.961758.807656.0713
Yxy58.80760.36120.3270
Hunter Lab76.686117.008710.3287
CIE-Lab81.185721.52547.2530

#f6bbbd color RGB value is (246,187,189).

#f6bbbd hex color red value is 246, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f6bbbd hue: 0.99 , saturation: 0.77 and the lightness value of f6bbbd is 0.85.

The process color (four color CMYK) of #f6bbbd color hex is 0.00, 0.24, 0.23, 0.04. Web safe color of #f6bbbd is #ffcccc. Color #f6bbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111011 10111101
Octal 366 273 275
Decimal 246 187 189
Hex F6 BB BD

RGB Percentages of Color #f6bbbd

%39.55
%30.06
%30.39

CMYK Percentages of Color #f6bbbd

%0
%24
%23
%4

Triadic Colors of #f6bbbd

#f6bbbd #bdf6bb #bbbdf6

Analogous Colors of #f6bbbd

#f6bbbd #f6d7bb #f6bbdb

Monochromatic Colors of #f6bbbd

#f6bbbd

Complementary Color

#f6bbbd #bbf6f4

#f6bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bbbd Color CSS Codes

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

#f6bbbd Text Font Color

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

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


#f6bbbd Background Color

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

This div background color is #f6bbbd


#f6bbbd Border Color

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

This div border color is #f6bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bbbd

Related Colors


Comments

No comments written yet.

Please login to write comment.