Color Hex Logo

#fbafef Color Hex

#FBAFEF
(251,175,239)
0 Favorites   0 Comments

Color spaces of #fbafef

RGB 251175239
HSL0.860.900.84
HSV309°30°98°
CMYK 0.000.300.05   0.02
XYZ70.693657.401289.0149
Yxy57.40120.32560.2644
Hunter Lab75.763633.9688-16.6255
CIE-Lab80.404737.4822-20.7947

#fbafef color RGB value is (251,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11101111
Octal 373 257 357
Decimal 251 175 239
Hex FB AF EF

RGB Percentages of Color #fbafef

%37.74
%26.32
%35.94

CMYK Percentages of Color #fbafef

%0
%30
%5
%2

Triadic Colors of #fbafef

#fbafef #effbaf #afeffb

Analogous Colors of #fbafef

#fbafef #fbafc9 #e1affb

Monochromatic Colors of #fbafef

#fbafef

Complementary Color

#fbafef #affbbb

#fbafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafef Color CSS Codes

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

#fbafef Text Font Color

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

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


#fbafef Background Color

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

This div background color is #fbafef


#fbafef Border Color

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

This div border color is #fbafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafef

Related Colors


Comments

No comments written yet.

Please login to write comment.