Color Hex Logo

#fdfccb Color Hex

#FDFCCB
(253,252,203)
0 Favorites   0 Comments

Color spaces of #fdfccb

RGB 253252203
HSL0.160.930.89
HSV59°20°99°
CMYK 0.000.000.20   0.01
XYZ86.097994.815370.2632
Yxy94.81530.34280.3775
Hunter Lab97.3731-12.572325.3783
CIE-Lab97.9596-7.417523.6520

#fdfccb color RGB value is (253,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 11001011
Octal 375 374 313
Decimal 253 252 203
Hex FD FC CB

RGB Percentages of Color #fdfccb

%35.73
%35.59
%28.67

CMYK Percentages of Color #fdfccb

%0
%0
%20
%1

Triadic Colors of #fdfccb

#fdfccb #cbfdfc #fccbfd

Analogous Colors of #fdfccb

#fdfccb #e5fdcb #fde3cb

Monochromatic Colors of #fdfccb

#fdfccb

Complementary Color

#fdfccb #cbccfd

#fdfccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfccb Color CSS Codes

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

#fdfccb Text Font Color

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

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


#fdfccb Background Color

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

This div background color is #fdfccb


#fdfccb Border Color

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

This div border color is #fdfccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,252,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 #fdfccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfccb

Related Colors


Comments

No comments written yet.

Please login to write comment.