Color Hex Logo

#fbfdc2 Color Hex

#FBFDC2
(251,253,194)
0 Favorites   0 Comments

Color spaces of #fbfdc2

RGB 251253194
HSL0.170.940.88
HSV62°23°99°
CMYK 0.010.000.23   0.01
XYZ84.646594.654864.8478
Yxy94.65480.34670.3877
Hunter Lab97.2907-14.957128.5845
CIE-Lab97.8952-9.874028.1004

#fbfdc2 color RGB value is (251,253,194).

#fbfdc2 hex color red value is 251, green value is 253 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fbfdc2 hue: 0.17 , saturation: 0.94 and the lightness value of fbfdc2 is 0.88.

The process color (four color CMYK) of #fbfdc2 color hex is 0.01, 0.00, 0.23, 0.01. Web safe color of #fbfdc2 is #ffffcc. Color #fbfdc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11000010
Octal 373 375 302
Decimal 251 253 194
Hex FB FD C2

RGB Percentages of Color #fbfdc2

%35.96
%36.25
%27.79

CMYK Percentages of Color #fbfdc2

%1
%0
%23
%1

Triadic Colors of #fbfdc2

#fbfdc2 #c2fbfd #fdc2fb

Analogous Colors of #fbfdc2

#fbfdc2 #defdc2 #fde2c2

Monochromatic Colors of #fbfdc2

#fbfdc2

Complementary Color

#fbfdc2 #c4c2fd

#fbfdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdc2 Color CSS Codes

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

#fbfdc2 Text Font Color

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

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


#fbfdc2 Background Color

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

This div background color is #fbfdc2


#fbfdc2 Border Color

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

This div border color is #fbfdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdc2

Related Colors

#fbfdc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.