Color Hex Logo

#fbb2e4 Color Hex

#FBB2E4
(251,178,228)
0 Favorites   0 Comments

Color spaces of #fbb2e4

RGB 251178228
HSL0.890.900.84
HSV319°29°98°
CMYK 0.000.290.09   0.02
XYZ69.707657.951580.9105
Yxy57.95150.33420.2779
Hunter Lab76.125930.2301-9.7283
CIE-Lab80.711834.0425-14.4082

#fbb2e4 color RGB value is (251,178,228).

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

The process color (four color CMYK) of #fbb2e4 color hex is 0.00, 0.29, 0.09, 0.02. Web safe color of #fbb2e4 is #ff99cc. Color #fbb2e4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 11100100
Octal 373 262 344
Decimal 251 178 228
Hex FB B2 E4

RGB Percentages of Color #fbb2e4

%38.20
%27.09
%34.70

CMYK Percentages of Color #fbb2e4

%0
%29
%9
%2

Triadic Colors of #fbb2e4

#fbb2e4 #e4fbb2 #b2e4fb

Analogous Colors of #fbb2e4

#fbb2e4 #fbb2c0 #eeb2fb

Monochromatic Colors of #fbb2e4

#fbb2e4

Complementary Color

#fbb2e4 #b2fbc9

#fbb2e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb2e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb2e4 Color CSS Codes

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

#fbb2e4 Text Font Color

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

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


#fbb2e4 Background Color

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

This div background color is #fbb2e4


#fbb2e4 Border Color

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

This div border color is #fbb2e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb2e4


Comments

No comments written yet.

Please login to write comment.