Color Hex Logo

#fdabbc Color Hex

#FDABBC
(253,171,188)
0 Favorites   0 Comments

Color spaces of #fdabbc

RGB 253171188
HSL0.970.950.83
HSV348°32°99°
CMYK 0.000.320.26   0.01
XYZ64.148053.639354.5494
Yxy53.63930.37220.3112
Hunter Lab73.238928.17557.1071
CIE-Lab78.250932.32873.6567

#fdabbc color RGB value is (253,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10111100
Octal 375 253 274
Decimal 253 171 188
Hex FD AB BC

RGB Percentages of Color #fdabbc

%41.34
%27.94
%30.72

CMYK Percentages of Color #fdabbc

%0
%32
%26
%1

Triadic Colors of #fdabbc

#fdabbc #bcfdab #abbcfd

Analogous Colors of #fdabbc

#fdabbc #fdc3ab #fdabe5

Monochromatic Colors of #fdabbc

#fdabbc

Complementary Color

#fdabbc #abfdec

#fdabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabbc Color CSS Codes

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

#fdabbc Text Font Color

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

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


#fdabbc Background Color

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

This div background color is #fdabbc


#fdabbc Border Color

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

This div border color is #fdabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabbc

Related Colors


Comments

No comments written yet.

Please login to write comment.