Color Hex Logo

#fbafee Color Hex

#FBAFEE
(251,175,238)
0 Favorites   0 Comments

Color spaces of #fbafee

RGB 251175238
HSL0.860.900.84
HSV310°30°98°
CMYK 0.000.300.05   0.02
XYZ70.546257.342288.2389
Yxy57.34220.32640.2653
Hunter Lab75.724633.7752-16.0810
CIE-Lab80.371737.3096-20.3066

#fbafee color RGB value is (251,175,238).

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

The process color (four color CMYK) of #fbafee color hex is 0.00, 0.30, 0.05, 0.02. Web safe color of #fbafee is #ff99ff. Color #fbafee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11101110
Octal 373 257 356
Decimal 251 175 238
Hex FB AF EE

RGB Percentages of Color #fbafee

%37.80
%26.36
%35.84

CMYK Percentages of Color #fbafee

%0
%30
%5
%2

Triadic Colors of #fbafee

#fbafee #eefbaf #afeefb

Analogous Colors of #fbafee

#fbafee #fbafc8 #e2affb

Monochromatic Colors of #fbafee

#fbafee

Complementary Color

#fbafee #affbbc

#fbafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafee Color CSS Codes

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

#fbafee Text Font Color

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

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


#fbafee Background Color

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

This div background color is #fbafee


#fbafee Border Color

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

This div border color is #fbafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafee

Related Colors


Comments

No comments written yet.

Please login to write comment.