Color Hex Logo

#fdabbe Color Hex

#FDABBE
(253,171,190)
0 Favorites   0 Comments

Color spaces of #fdabbe

RGB 253171190
HSL0.960.950.83
HSV346°32°99°
CMYK 0.000.320.25   0.01
XYZ64.365253.726255.6930
Yxy53.72620.37040.3092
Hunter Lab73.298228.47426.2593
CIE-Lab78.301832.60392.6421

#fdabbe color RGB value is (253,171,190).

#fdabbe hex color red value is 253, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fdabbe hue: 0.96 , saturation: 0.95 and the lightness value of fdabbe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10111110
Octal 375 253 276
Decimal 253 171 190
Hex FD AB BE

RGB Percentages of Color #fdabbe

%41.21
%27.85
%30.94

CMYK Percentages of Color #fdabbe

%0
%32
%25
%1

Triadic Colors of #fdabbe

#fdabbe #befdab #abbefd

Analogous Colors of #fdabbe

#fdabbe #fdc1ab #fdabe7

Monochromatic Colors of #fdabbe

#fdabbe

Complementary Color

#fdabbe #abfdea

#fdabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabbe Color CSS Codes

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

#fdabbe Text Font Color

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

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


#fdabbe Background Color

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

This div background color is #fdabbe


#fdabbe Border Color

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

This div border color is #fdabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabbe

Related Colors


Comments

No comments written yet.

Please login to write comment.