Color Hex Logo

#fbd2ea Color Hex

#FBD2EA
(251,210,234)
0 Favorites   0 Comments

Color spaces of #fbd2ea

RGB 251210234
HSL0.900.840.90
HSV325°16°98°
CMYK 0.000.160.07   0.02
XYZ77.681572.542987.7498
Yxy72.54290.32640.3048
Hunter Lab85.172113.7503-1.4639
CIE-Lab88.229318.2160-6.4139

#fbd2ea color RGB value is (251,210,234).

#fbd2ea hex color red value is 251, green value is 210 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbd2ea hue: 0.90 , saturation: 0.84 and the lightness value of fbd2ea is 0.90.

The process color (four color CMYK) of #fbd2ea color hex is 0.00, 0.16, 0.07, 0.02. Web safe color of #fbd2ea is #ffccff. Color #fbd2ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 11101010
Octal 373 322 352
Decimal 251 210 234
Hex FB D2 EA

RGB Percentages of Color #fbd2ea

%36.12
%30.22
%33.67

CMYK Percentages of Color #fbd2ea

%0
%16
%7
%2

Triadic Colors of #fbd2ea

#fbd2ea #eafbd2 #d2eafb

Analogous Colors of #fbd2ea

#fbd2ea #fbd2d6 #f8d2fb

Monochromatic Colors of #fbd2ea

#fbd2ea

Complementary Color

#fbd2ea #d2fbe3

#fbd2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd2ea Color CSS Codes

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

#fbd2ea Text Font Color

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

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


#fbd2ea Background Color

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

This div background color is #fbd2ea


#fbd2ea Border Color

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

This div border color is #fbd2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd2ea


Comments

No comments written yet.

Please login to write comment.