Color Hex Logo

#fddbdb Color Hex

#FDDBDB
(253,219,219)
0 Favorites   0 Comments

Color spaces of #fddbdb

RGB 253219219
HSL0.000.890.93
HSV13°99°
CMYK 0.000.130.13   0.01
XYZ78.625776.660277.6707
Yxy76.66020.33750.3291
Hunter Lab87.55587.07158.6929
CIE-Lab90.165011.75884.3412

#fddbdb color RGB value is (253,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11011011
Octal 375 333 333
Decimal 253 219 219
Hex FD DB DB

RGB Percentages of Color #fddbdb

%36.61
%31.69
%31.69

CMYK Percentages of Color #fddbdb

%0
%13
%13
%1

Triadic Colors of #fddbdb

#fddbdb #dbfddb #dbdbfd

Analogous Colors of #fddbdb

#fddbdb #fdecdb #fddbec

Monochromatic Colors of #fddbdb

#fddbdb

Complementary Color

#fddbdb #dbfdfd

#fddbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbdb Color CSS Codes

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

#fddbdb Text Font Color

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

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


#fddbdb Background Color

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

This div background color is #fddbdb


#fddbdb Border Color

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

This div border color is #fddbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbdb


Comments

No comments written yet.

Please login to write comment.