Color Hex Logo

#fbafeb Color Hex

#FBAFEB
(251,175,235)
0 Favorites   0 Comments

Color spaces of #fbafeb

RGB 251175235
HSL0.870.900.84
HSV313°30°98°
CMYK 0.000.300.06   0.02
XYZ70.109057.167385.9365
Yxy57.16730.32880.2681
Hunter Lab75.609133.1994-14.4621
CIE-Lab80.273636.7952-18.8396

#fbafeb color RGB value is (251,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11101011
Octal 373 257 353
Decimal 251 175 235
Hex FB AF EB

RGB Percentages of Color #fbafeb

%37.97
%26.48
%35.55

CMYK Percentages of Color #fbafeb

%0
%30
%6
%2

Triadic Colors of #fbafeb

#fbafeb #ebfbaf #afebfb

Analogous Colors of #fbafeb

#fbafeb #fbafc5 #e5affb

Monochromatic Colors of #fbafeb

#fbafeb

Complementary Color

#fbafeb #affbbf

#fbafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafeb Color CSS Codes

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

#fbafeb Text Font Color

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

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


#fbafeb Background Color

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

This div background color is #fbafeb


#fbafeb Border Color

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

This div border color is #fbafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafeb


Comments

No comments written yet.

Please login to write comment.