Color Hex Logo

#fdfbcb Color Hex

#FDFBCB
(253,251,203)
0 Favorites   0 Comments

Color spaces of #fdfbcb

RGB 253251203
HSL0.160.930.89
HSV58°20°99°
CMYK 0.000.010.20   0.01
XYZ85.784794.188870.1588
Yxy94.18880.34300.3766
Hunter Lab97.0509-12.060425.0745
CIE-Lab97.7080-6.920523.3039

#fdfbcb color RGB value is (253,251,203).

#fdfbcb hex color red value is 253, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fdfbcb hue: 0.16 , saturation: 0.93 and the lightness value of fdfbcb is 0.89.

The process color (four color CMYK) of #fdfbcb color hex is 0.00, 0.01, 0.20, 0.01. Web safe color of #fdfbcb is #ffffcc. Color #fdfbcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11001011
Octal 375 373 313
Decimal 253 251 203
Hex FD FB CB

RGB Percentages of Color #fdfbcb

%35.79
%35.50
%28.71

CMYK Percentages of Color #fdfbcb

%0
%1
%20
%1

Triadic Colors of #fdfbcb

#fdfbcb #cbfdfb #fbcbfd

Analogous Colors of #fdfbcb

#fdfbcb #e6fdcb #fde2cb

Monochromatic Colors of #fdfbcb

#fdfbcb

Complementary Color

#fdfbcb #cbcdfd

#fdfbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbcb Color CSS Codes

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

#fdfbcb Text Font Color

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

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


#fdfbcb Background Color

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

This div background color is #fdfbcb


#fdfbcb Border Color

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

This div border color is #fdfbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbcb

Related Colors

#fdfbcb Color Palettes


Comments

No comments written yet.

Please login to write comment.