Color Hex Logo

#fdbdea Color Hex

#FDBDEA
(253,189,234)
1 Favorites   0 Comments

Color spaces of #fdbdea

RGB 253189234
HSL0.880.940.87
HSV318°25°99°
CMYK 0.000.250.08   0.01
XYZ73.556963.218486.1674
Yxy63.21840.32990.2836
Hunter Lab79.510025.9928-8.5974
CIE-Lab83.557229.9296-13.3437

#fdbdea color RGB value is (253,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11101010
Octal 375 275 352
Decimal 253 189 234
Hex FD BD EA

RGB Percentages of Color #fdbdea

%37.43
%27.96
%34.62

CMYK Percentages of Color #fdbdea

%0
%25
%8
%1

Triadic Colors of #fdbdea

#fdbdea #eafdbd #bdeafd

Analogous Colors of #fdbdea

#fdbdea #fdbdca #f0bdfd

Monochromatic Colors of #fdbdea

#fdbdea

Complementary Color

#fdbdea #bdfdd0

#fdbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdea Color CSS Codes

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

#fdbdea Text Font Color

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

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


#fdbdea Background Color

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

This div background color is #fdbdea


#fdbdea Border Color

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

This div border color is #fdbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdea


Comments

No comments written yet.

Please login to write comment.