Color Hex Logo

#fbf5f3 Color Hex

#FBF5F3
(251,245,243)
0 Favorites   0 Comments

Color spaces of #fbf5f3

RGB 251245243
HSL0.040.500.97
HSV15°98°
CMYK 0.000.020.03   0.02
XYZ88.613792.285197.9364
Yxy92.28510.31780.3310
Hunter Lab96.0651-3.45966.8007
CIE-Lab96.93671.65831.6589

#fbf5f3 color RGB value is (251,245,243).

#fbf5f3 hex color red value is 251, green value is 245 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fbf5f3 hue: 0.04 , saturation: 0.50 and the lightness value of fbf5f3 is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 11110011
Octal 373 365 363
Decimal 251 245 243
Hex FB F5 F3

RGB Percentages of Color #fbf5f3

%33.96
%33.15
%32.88

CMYK Percentages of Color #fbf5f3

%0
%2
%3
%2

Triadic Colors of #fbf5f3

#fbf5f3 #f3fbf5 #f5f3fb

Analogous Colors of #fbf5f3

#fbf5f3 #fbf9f3 #fbf3f5

Monochromatic Colors of #fbf5f3

#fbf5f3

Complementary Color

#fbf5f3 #f3f9fb

#fbf5f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf5f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf5f3 Color CSS Codes

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

#fbf5f3 Text Font Color

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

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


#fbf5f3 Background Color

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

This div background color is #fbf5f3


#fbf5f3 Border Color

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

This div border color is #fbf5f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf5f3


Comments

No comments written yet.

Please login to write comment.