Color Hex Logo

#fbc698 Color Hex

#FBC698
(251,198,152)
0 Favorites   0 Comments

Color spaces of #fbc698

RGB 251198152
HSL0.080.930.79
HSV28°39°98°
CMYK 0.000.210.39   0.02
XYZ65.645263.164438.4378
Yxy63.16440.39250.3777
Hunter Lab79.47608.353426.9582
CIE-Lab83.528812.965330.2513

#fbc698 color RGB value is (251,198,152).

#fbc698 hex color red value is 251, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fbc698 hue: 0.08 , saturation: 0.93 and the lightness value of fbc698 is 0.79.

The process color (four color CMYK) of #fbc698 color hex is 0.00, 0.21, 0.39, 0.02. Web safe color of #fbc698 is #ffcc99. Color #fbc698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10011000
Octal 373 306 230
Decimal 251 198 152
Hex FB C6 98

RGB Percentages of Color #fbc698

%41.76
%32.95
%25.29

CMYK Percentages of Color #fbc698

%0
%21
%39
%2

Triadic Colors of #fbc698

#fbc698 #98fbc6 #c698fb

Analogous Colors of #fbc698

#fbc698 #fbf898 #fb989c

Monochromatic Colors of #fbc698

#fbc698

Complementary Color

#fbc698 #98cdfb

#fbc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc698 Color CSS Codes

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

#fbc698 Text Font Color

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

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


#fbc698 Background Color

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

This div background color is #fbc698


#fbc698 Border Color

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

This div border color is #fbc698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc698


Comments

No comments written yet.

Please login to write comment.