Color Hex Logo

#fbbecd Color Hex

#FBBECD
(251,190,205)
0 Favorites   0 Comments

Color spaces of #fbbecd

RGB 251190205
HSL0.960.880.86
HSV345°24°98°
CMYK 0.000.240.18   0.02
XYZ69.216661.743966.0273
Yxy61.74390.35140.3134
Hunter Lab78.577319.72565.1836
CIE-Lab82.777024.07951.0205

#fbbecd color RGB value is (251,190,205).

#fbbecd hex color red value is 251, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fbbecd hue: 0.96 , saturation: 0.88 and the lightness value of fbbecd is 0.86.

The process color (four color CMYK) of #fbbecd color hex is 0.00, 0.24, 0.18, 0.02. Web safe color of #fbbecd is #ffcccc. Color #fbbecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11001101
Octal 373 276 315
Decimal 251 190 205
Hex FB BE CD

RGB Percentages of Color #fbbecd

%38.85
%29.41
%31.73

CMYK Percentages of Color #fbbecd

%0
%24
%18
%2

Triadic Colors of #fbbecd

#fbbecd #cdfbbe #becdfb

Analogous Colors of #fbbecd

#fbbecd #fbcebe #fbbeec

Monochromatic Colors of #fbbecd

#fbbecd

Complementary Color

#fbbecd #befbec

#fbbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbecd Color CSS Codes

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

#fbbecd Text Font Color

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

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


#fbbecd Background Color

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

This div background color is #fbbecd


#fbbecd Border Color

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

This div border color is #fbbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbecd


Comments

No comments written yet.

Please login to write comment.