Color Hex Logo

#fdbbe3 Color Hex

#FDBBE3
(253,187,227)
0 Favorites   0 Comments

Color spaces of #fdbbe3

RGB 253187227
HSL0.900.940.86
HSV324°26°99°
CMYK 0.000.260.10   0.01
XYZ72.143561.969380.8320
Yxy61.96930.33560.2883
Hunter Lab78.720625.8254-5.7759
CIE-Lab82.897129.8154-10.5819

#fdbbe3 color RGB value is (253,187,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11100011
Octal 375 273 343
Decimal 253 187 227
Hex FD BB E3

RGB Percentages of Color #fdbbe3

%37.93
%28.04
%34.03

CMYK Percentages of Color #fdbbe3

%0
%26
%10
%1

Triadic Colors of #fdbbe3

#fdbbe3 #e3fdbb #bbe3fd

Analogous Colors of #fdbbe3

#fdbbe3 #fdbbc2 #f6bbfd

Monochromatic Colors of #fdbbe3

#fdbbe3

Complementary Color

#fdbbe3 #bbfdd5

#fdbbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbe3 Color CSS Codes

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

#fdbbe3 Text Font Color

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

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


#fdbbe3 Background Color

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

This div background color is #fdbbe3


#fdbbe3 Border Color

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

This div border color is #fdbbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbe3

#fdbbe3 Color Palettes


Comments

No comments written yet.

Please login to write comment.