Color Hex Logo

#fdbbbe Color Hex

#FDBBBE
(253,187,190)
0 Favorites   0 Comments

Color spaces of #fdbbbe

RGB 253187190
HSL0.990.940.86
HSV357°26°99°
CMYK 0.000.260.25   0.01
XYZ67.572660.141056.7621
Yxy60.14100.36630.3260
Hunter Lab77.550619.819810.8890
CIE-Lab81.914824.20627.8543

#fdbbbe color RGB value is (253,187,190).

#fdbbbe hex color red value is 253, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fdbbbe hue: 0.99 , saturation: 0.94 and the lightness value of fdbbbe is 0.86.

The process color (four color CMYK) of #fdbbbe color hex is 0.00, 0.26, 0.25, 0.01. Web safe color of #fdbbbe is #ffcccc. Color #fdbbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 10111110
Octal 375 273 276
Decimal 253 187 190
Hex FD BB BE

RGB Percentages of Color #fdbbbe

%40.16
%29.68
%30.16

CMYK Percentages of Color #fdbbbe

%0
%26
%25
%1

Triadic Colors of #fdbbbe

#fdbbbe #befdbb #bbbefd

Analogous Colors of #fdbbbe

#fdbbbe #fdd9bb #fdbbdf

Monochromatic Colors of #fdbbbe

#fdbbbe

Complementary Color

#fdbbbe #bbfdfa

#fdbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbbe Color CSS Codes

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

#fdbbbe Text Font Color

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

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


#fdbbbe Background Color

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

This div background color is #fdbbbe


#fdbbbe Border Color

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

This div border color is #fdbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbbe


Comments

No comments written yet.

Please login to write comment.