Color Hex Logo

#fbbdce Color Hex

#FBBDCE
(251,189,206)
0 Favorites   0 Comments

Color spaces of #fbbdce

RGB 251189206
HSL0.950.890.86
HSV344°25°98°
CMYK 0.000.250.18   0.02
XYZ69.121861.360766.5932
Yxy61.36070.35070.3114
Hunter Lab78.333120.42714.4290
CIE-Lab82.572324.75670.1852

#fbbdce color RGB value is (251,189,206).

#fbbdce hex color red value is 251, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fbbdce hue: 0.95 , saturation: 0.89 and the lightness value of fbbdce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11001110
Octal 373 275 316
Decimal 251 189 206
Hex FB BD CE

RGB Percentages of Color #fbbdce

%38.85
%29.26
%31.89

CMYK Percentages of Color #fbbdce

%0
%25
%18
%2

Triadic Colors of #fbbdce

#fbbdce #cefbbd #bdcefb

Analogous Colors of #fbbdce

#fbbdce #fbcbbd #fbbded

Monochromatic Colors of #fbbdce

#fbbdce

Complementary Color

#fbbdce #bdfbea

#fbbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdce Color CSS Codes

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

#fbbdce Text Font Color

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

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


#fbbdce Background Color

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

This div background color is #fbbdce


#fbbdce Border Color

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

This div border color is #fbbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdce

Related Colors


Comments

No comments written yet.

Please login to write comment.