Color Hex Logo

#fbafde Color Hex

#FBAFDE
(251,175,222)
0 Favorites   0 Comments

Color spaces of #fbafde

RGB 251175222
HSL0.900.900.84
HSV323°30°98°
CMYK 0.000.300.12   0.02
XYZ68.298456.443176.4021
Yxy56.44310.33960.2806
Hunter Lab75.128630.7968-7.7050
CIE-Lab79.865334.6320-12.4385

#fbafde color RGB value is (251,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11011110
Octal 373 257 336
Decimal 251 175 222
Hex FB AF DE

RGB Percentages of Color #fbafde

%38.73
%27.01
%34.26

CMYK Percentages of Color #fbafde

%0
%30
%12
%2

Triadic Colors of #fbafde

#fbafde #defbaf #afdefb

Analogous Colors of #fbafde

#fbafde #fbafb8 #f2affb

Monochromatic Colors of #fbafde

#fbafde

Complementary Color

#fbafde #affbcc

#fbafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafde Color CSS Codes

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

#fbafde Text Font Color

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

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


#fbafde Background Color

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

This div background color is #fbafde


#fbafde Border Color

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

This div border color is #fbafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafde

Related Colors


Comments

No comments written yet.

Please login to write comment.