Color Hex Logo

#fd968c Color Hex

#FD968C
(253,150,140)
0 Favorites   0 Comments

Color spaces of #fd968c

RGB 253150140
HSL0.010.970.77
HSV45°99°
CMYK 0.000.410.45   0.01
XYZ56.148044.588830.4581
Yxy44.58880.42800.3399
Hunter Lab66.774833.236719.6984
CIE-Lab72.620337.551321.9927

#fd968c color RGB value is (253,150,140).

#fd968c hex color red value is 253, green value is 150 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fd968c hue: 0.01 , saturation: 0.97 and the lightness value of fd968c is 0.77.

The process color (four color CMYK) of #fd968c color hex is 0.00, 0.41, 0.45, 0.01. Web safe color of #fd968c is #ff9999. Color #fd968c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 10001100
Octal 375 226 214
Decimal 253 150 140
Hex FD 96 8C

RGB Percentages of Color #fd968c

%46.59
%27.62
%25.78

CMYK Percentages of Color #fd968c

%0
%41
%45
%1

Triadic Colors of #fd968c

#fd968c #8cfd96 #968cfd

Analogous Colors of #fd968c

#fd968c #fdcf8c #fd8cbb

Monochromatic Colors of #fd968c

#fd968c

Complementary Color

#fd968c #8cf3fd

#fd968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd968c Color CSS Codes

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

#fd968c Text Font Color

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

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


#fd968c Background Color

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

This div background color is #fd968c


#fd968c Border Color

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

This div border color is #fd968c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd968c

Related Colors


Comments

No comments written yet.

Please login to write comment.