Color Hex Logo

#fddbcc Color Hex

#FDDBCC
(253,219,204)
0 Favorites   0 Comments

Color spaces of #fddbcc

RGB 253219204
HSL0.050.920.90
HSV18°19°99°
CMYK 0.000.130.19   0.01
XYZ76.738675.905367.7334
Yxy75.90530.34820.3444
Hunter Lab87.12364.756614.8921
CIE-Lab89.81549.480211.7098

#fddbcc color RGB value is (253,219,204).

#fddbcc hex color red value is 253, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fddbcc hue: 0.05 , saturation: 0.92 and the lightness value of fddbcc is 0.90.

The process color (four color CMYK) of #fddbcc color hex is 0.00, 0.13, 0.19, 0.01. Web safe color of #fddbcc is #ffcccc. Color #fddbcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11001100
Octal 375 333 314
Decimal 253 219 204
Hex FD DB CC

RGB Percentages of Color #fddbcc

%37.43
%32.40
%30.18

CMYK Percentages of Color #fddbcc

%0
%13
%19
%1

Triadic Colors of #fddbcc

#fddbcc #ccfddb #dbccfd

Analogous Colors of #fddbcc

#fddbcc #fdf4cc #fdccd6

Monochromatic Colors of #fddbcc

#fddbcc

Complementary Color

#fddbcc #cceefd

#fddbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbcc Color CSS Codes

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

#fddbcc Text Font Color

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

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


#fddbcc Background Color

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

This div background color is #fddbcc


#fddbcc Border Color

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

This div border color is #fddbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbcc


Comments

No comments written yet.

Please login to write comment.