Color Hex Logo

#fbafec Color Hex

#FBAFEC
(251,175,236)
0 Favorites   0 Comments

Color spaces of #fbafec

RGB 251175236
HSL0.870.900.84
HSV312°30°98°
CMYK 0.000.300.06   0.02
XYZ70.254057.225386.6997
Yxy57.22530.32800.2672
Hunter Lab75.647433.3906-14.9992
CIE-Lab80.306136.9662-19.3291

#fbafec color RGB value is (251,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11101100
Octal 373 257 354
Decimal 251 175 236
Hex FB AF EC

RGB Percentages of Color #fbafec

%37.92
%26.44
%35.65

CMYK Percentages of Color #fbafec

%0
%30
%6
%2

Triadic Colors of #fbafec

#fbafec #ecfbaf #afecfb

Analogous Colors of #fbafec

#fbafec #fbafc6 #e4affb

Monochromatic Colors of #fbafec

#fbafec

Complementary Color

#fbafec #affbbe

#fbafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafec Color CSS Codes

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

#fbafec Text Font Color

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

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


#fbafec Background Color

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

This div background color is #fbafec


#fbafec Border Color

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

This div border color is #fbafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafec


Comments

No comments written yet.

Please login to write comment.