color codes Logo

#fd948d color codes

#FD948D
(253,148,141)
0 Favorites   0 Comments

Color spaces of #fd948d

RGB 253148141
HSL0.010.970.77
HSV44°99°
CMYK 0.000.420.44   0.01
XYZ55.905643.985530.7428
Yxy43.98550.42800.3367
Hunter Lab66.321634.403418.9417
CIE-Lab72.218838.677320.8942

#fd948d color RGB value is (253,148,141).

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

The process color (four color CMYK) of #fd948d color code is 0.00, 0.42, 0.44, 0.01. Web safe color of #fd948d is #ff9999. Color #fd948d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 10001101
Octal 375 224 215
Decimal 253 148 141
Hex FD 94 8D

RGB Percentages of Color #fd948d

%46.68
%27.31
%26.01

CMYK Percentages of Color #fd948d

%0
%42
%44
%1

Triadic Colors of #fd948d

#fd948d #8dfd94 #948dfd

Analogous Colors of #fd948d

#fd948d #fdcc8d #fd8dbe

Monochromatic Colors of #fd948d

#fd948d

Complementary Color

#fd948d #8df6fd

#fd948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd948d Color CSS Codes

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

#fd948d Text Font Color

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

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


#fd948d Background Color

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

This div background color is #fd948d


#fd948d Border Color

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

This div border color is #fd948d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd948d

Related Colors


Comments

No comments written yet.

Please login to write comment.