Color Hex Logo

#fbb3df Color Hex

#FBB3DF
(251,179,223)
0 Favorites   0 Comments

Color spaces of #fbb3df

RGB 251179223
HSL0.900.900.84
HSV323°29°98°
CMYK 0.000.290.11   0.02
XYZ69.223058.077177.3736
Yxy58.07710.33820.2838
Hunter Lab76.208328.7739-6.8507
CIE-Lab80.781632.6943-11.6088

#fbb3df color RGB value is (251,179,223).

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

The process color (four color CMYK) of #fbb3df color hex is 0.00, 0.29, 0.11, 0.02. Web safe color of #fbb3df is #ffcccc. Color #fbb3df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 11011111
Octal 373 263 337
Decimal 251 179 223
Hex FB B3 DF

RGB Percentages of Color #fbb3df

%38.44
%27.41
%34.15

CMYK Percentages of Color #fbb3df

%0
%29
%11
%2

Triadic Colors of #fbb3df

#fbb3df #dffbb3 #b3dffb

Analogous Colors of #fbb3df

#fbb3df #fbb3bb #f3b3fb

Monochromatic Colors of #fbb3df

#fbb3df

Complementary Color

#fbb3df #b3fbcf

#fbb3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb3df Color CSS Codes

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

#fbb3df Text Font Color

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

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


#fbb3df Background Color

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

This div background color is #fbb3df


#fbb3df Border Color

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

This div border color is #fbb3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb3df


Comments

No comments written yet.

Please login to write comment.