Color Hex Logo

#fbedfa Color Hex

#FBEDFA
(251,237,250)
0 Favorites   0 Comments

Color spaces of #fbedfa

RGB 251237250
HSL0.850.640.96
HSV304°98°
CMYK 0.000.060.00   0.02
XYZ87.323287.9797102.8218
Yxy87.97970.31400.3163
Hunter Lab93.79752.03360.6639
CIE-Lab95.15246.9666-4.5757

#fbedfa color RGB value is (251,237,250).

#fbedfa hex color red value is 251, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbedfa hue: 0.85 , saturation: 0.64 and the lightness value of fbedfa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11111010
Octal 373 355 372
Decimal 251 237 250
Hex FB ED FA

RGB Percentages of Color #fbedfa

%34.01
%32.11
%33.88

CMYK Percentages of Color #fbedfa

%0
%6
%0
%2

Triadic Colors of #fbedfa

#fbedfa #fafbed #edfafb

Analogous Colors of #fbedfa

#fbedfa #fbedf3 #f5edfb

Monochromatic Colors of #fbedfa

#fbedfa

Complementary Color

#fbedfa #edfbee

#fbedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedfa Color CSS Codes

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

#fbedfa Text Font Color

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

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


#fbedfa Background Color

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

This div background color is #fbedfa


#fbedfa Border Color

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

This div border color is #fbedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.