Color Hex Logo

#fbfcc8 Color Hex

#FBFCC8
(251,252,200)
0 Favorites   0 Comments

Color spaces of #fbfcc8

RGB 251252200
HSL0.170.900.89
HSV61°21°99°
CMYK 0.000.000.21   0.01
XYZ85.019494.300268.3643
Yxy94.30020.34330.3807
Hunter Lab97.1083-13.660826.2356
CIE-Lab97.7528-8.554924.8667

#fbfcc8 color RGB value is (251,252,200).

#fbfcc8 hex color red value is 251, green value is 252 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fbfcc8 hue: 0.17 , saturation: 0.90 and the lightness value of fbfcc8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 11001000
Octal 373 374 310
Decimal 251 252 200
Hex FB FC C8

RGB Percentages of Color #fbfcc8

%35.70
%35.85
%28.45

CMYK Percentages of Color #fbfcc8

%0
%0
%21
%1

Triadic Colors of #fbfcc8

#fbfcc8 #c8fbfc #fcc8fb

Analogous Colors of #fbfcc8

#fbfcc8 #e1fcc8 #fce3c8

Monochromatic Colors of #fbfcc8

#fbfcc8

Complementary Color

#fbfcc8 #c9c8fc

#fbfcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfcc8 Color CSS Codes

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

#fbfcc8 Text Font Color

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

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


#fbfcc8 Background Color

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

This div background color is #fbfcc8


#fbfcc8 Border Color

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

This div border color is #fbfcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfcc8

Related Colors


Comments

No comments written yet.

Please login to write comment.