Color Hex Logo

#f9bdbc Color Hex

#F9BDBC
(249,189,188)
0 Favorites   0 Comments

Color spaces of #f9bdbc

RGB 249189188
HSL0.000.840.86
HSV24°98°
CMYK 0.000.240.24   0.02
XYZ66.341660.165855.6935
Yxy60.16580.36410.3302
Hunter Lab77.566616.926911.7259
CIE-Lab81.928221.42178.8940

#f9bdbc color RGB value is (249,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 10111100
Octal 371 275 274
Decimal 249 189 188
Hex F9 BD BC

RGB Percentages of Color #f9bdbc

%39.78
%30.19
%30.03

CMYK Percentages of Color #f9bdbc

%0
%24
%24
%2

Triadic Colors of #f9bdbc

#f9bdbc #bcf9bd #bdbcf9

Analogous Colors of #f9bdbc

#f9bdbc #f9dcbc #f9bcda

Monochromatic Colors of #f9bdbc

#f9bdbc

Complementary Color

#f9bdbc #bcf8f9

#f9bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdbc Color CSS Codes

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

#f9bdbc Text Font Color

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

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


#f9bdbc Background Color

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

This div background color is #f9bdbc


#f9bdbc Border Color

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

This div border color is #f9bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdbc

Related Colors


Comments

No comments written yet.

Please login to write comment.