Color Hex Logo

#fdbbea Color Hex

#FDBBEA
(253,187,234)
0 Favorites   0 Comments

Color spaces of #fdbbea

RGB 253187234
HSL0.880.940.86
HSV317°26°99°
CMYK 0.000.260.08   0.01
XYZ73.129662.363886.0250
Yxy62.36380.33010.2815
Hunter Lab78.970827.0982-9.3067
CIE-Lab83.106530.9814-14.0187

#fdbbea color RGB value is (253,187,234).

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

The process color (four color CMYK) of #fdbbea color hex is 0.00, 0.26, 0.08, 0.01. Web safe color of #fdbbea is #ffccff. Color #fdbbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11101010
Octal 375 273 352
Decimal 253 187 234
Hex FD BB EA

RGB Percentages of Color #fdbbea

%37.54
%27.74
%34.72

CMYK Percentages of Color #fdbbea

%0
%26
%8
%1

Triadic Colors of #fdbbea

#fdbbea #eafdbb #bbeafd

Analogous Colors of #fdbbea

#fdbbea #fdbbc9 #efbbfd

Monochromatic Colors of #fdbbea

#fdbbea

Complementary Color

#fdbbea #bbfdce

#fdbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbea Color CSS Codes

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

#fdbbea Text Font Color

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

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


#fdbbea Background Color

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

This div background color is #fdbbea


#fdbbea Border Color

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

This div border color is #fdbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbea


Comments

No comments written yet.

Please login to write comment.