Color Hex Logo

#fbeef6 Color Hex

#FBEEF6
(251,238,246)
0 Favorites   0 Comments

Color spaces of #fbeef6

RGB 251238246
HSL0.900.620.96
HSV323°98°
CMYK 0.000.050.02   0.02
XYZ86.992788.312199.6497
Yxy88.31210.31640.3212
Hunter Lab93.97450.78302.9116
CIE-Lab95.29225.7500-2.2958

#fbeef6 color RGB value is (251,238,246).

#fbeef6 hex color red value is 251, green value is 238 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fbeef6 hue: 0.90 , saturation: 0.62 and the lightness value of fbeef6 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11110110
Octal 373 356 366
Decimal 251 238 246
Hex FB EE F6

RGB Percentages of Color #fbeef6

%34.15
%32.38
%33.47

CMYK Percentages of Color #fbeef6

%0
%5
%2
%2

Triadic Colors of #fbeef6

#fbeef6 #f6fbee #eef6fb

Analogous Colors of #fbeef6

#fbeef6 #fbeef0 #faeefb

Monochromatic Colors of #fbeef6

#fbeef6

Complementary Color

#fbeef6 #eefbf3

#fbeef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeef6 Color CSS Codes

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

#fbeef6 Text Font Color

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

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


#fbeef6 Background Color

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

This div background color is #fbeef6


#fbeef6 Border Color

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

This div border color is #fbeef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeef6

Related Colors


Comments

No comments written yet.

Please login to write comment.