Color Hex Logo

#fd8fbf Color Hex

#FD8FBF
(253,143,191)
0 Favorites   0 Comments

Color spaces of #fd8fbf

RGB 253143191
HSL0.930.960.78
HSV334°43°99°
CMYK 0.000.430.25   0.01
XYZ59.734444.289254.6905
Yxy44.28920.37640.2791
Hunter Lab66.550143.7562-2.1391
CIE-Lab72.421447.1576-6.5311

#fd8fbf color RGB value is (253,143,191).

#fd8fbf hex color red value is 253, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fd8fbf hue: 0.93 , saturation: 0.96 and the lightness value of fd8fbf is 0.78.

The process color (four color CMYK) of #fd8fbf color hex is 0.00, 0.43, 0.25, 0.01. Web safe color of #fd8fbf is #ff99cc. Color #fd8fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 10111111
Octal 375 217 277
Decimal 253 143 191
Hex FD 8F BF

RGB Percentages of Color #fd8fbf

%43.10
%24.36
%32.54

CMYK Percentages of Color #fd8fbf

%0
%43
%25
%1

Triadic Colors of #fd8fbf

#fd8fbf #bffd8f #8fbffd

Analogous Colors of #fd8fbf

#fd8fbf #fd968f #fd8ff6

Monochromatic Colors of #fd8fbf

#fd8fbf

Complementary Color

#fd8fbf #8ffdcd

#fd8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fbf Color CSS Codes

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

#fd8fbf Text Font Color

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

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


#fd8fbf Background Color

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

This div background color is #fd8fbf


#fd8fbf Border Color

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

This div border color is #fd8fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fbf

Related Colors


Comments

No comments written yet.

Please login to write comment.