Color Hex Logo

#fbafe0 Color Hex

#FBAFE0
(251,175,224)
0 Favorites   0 Comments

Color spaces of #fbafe0

RGB 251175224
HSL0.890.900.84
HSV321°30°98°
CMYK 0.000.300.11   0.02
XYZ68.568256.551077.8225
Yxy56.55100.33790.2787
Hunter Lab75.200431.1567-8.7171
CIE-Lab79.926434.9578-13.4279

#fbafe0 color RGB value is (251,175,224).

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

The process color (four color CMYK) of #fbafe0 color hex is 0.00, 0.30, 0.11, 0.02. Web safe color of #fbafe0 is #ff99cc. Color #fbafe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11100000
Octal 373 257 340
Decimal 251 175 224
Hex FB AF E0

RGB Percentages of Color #fbafe0

%38.62
%26.92
%34.46

CMYK Percentages of Color #fbafe0

%0
%30
%11
%2

Triadic Colors of #fbafe0

#fbafe0 #e0fbaf #afe0fb

Analogous Colors of #fbafe0

#fbafe0 #fbafba #f0affb

Monochromatic Colors of #fbafe0

#fbafe0

Complementary Color

#fbafe0 #affbca

#fbafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafe0 Color CSS Codes

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

#fbafe0 Text Font Color

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

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


#fbafe0 Background Color

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

This div background color is #fbafe0


#fbafe0 Border Color

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

This div border color is #fbafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafe0


Comments

No comments written yet.

Please login to write comment.