Color Hex Logo

#fbd1ec Color Hex

#FBD1EC
(251,209,236)
0 Favorites   0 Comments

Color spaces of #fbd1ec

RGB 251209236
HSL0.890.840.90
HSV321°17°98°
CMYK 0.000.170.06   0.02
XYZ77.724472.166389.1898
Yxy72.16630.32510.3018
Hunter Lab84.950814.6521-2.7831
CIE-Lab88.048619.0808-7.7380

#fbd1ec color RGB value is (251,209,236).

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

The process color (four color CMYK) of #fbd1ec color hex is 0.00, 0.17, 0.06, 0.02. Web safe color of #fbd1ec is #ffccff. Color #fbd1ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 11101100
Octal 373 321 354
Decimal 251 209 236
Hex FB D1 EC

RGB Percentages of Color #fbd1ec

%36.06
%30.03
%33.91

CMYK Percentages of Color #fbd1ec

%0
%17
%6
%2

Triadic Colors of #fbd1ec

#fbd1ec #ecfbd1 #d1ecfb

Analogous Colors of #fbd1ec

#fbd1ec #fbd1d7 #f5d1fb

Monochromatic Colors of #fbd1ec

#fbd1ec

Complementary Color

#fbd1ec #d1fbe0

#fbd1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd1ec Color CSS Codes

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

#fbd1ec Text Font Color

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

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


#fbd1ec Background Color

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

This div background color is #fbd1ec


#fbd1ec Border Color

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

This div border color is #fbd1ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,209,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd1ec

#fbd1ec Color Palettes


Comments

No comments written yet.

Please login to write comment.