Color Hex Logo

#fdafba Color Hex

#FDAFBA
(253,175,186)
0 Favorites   0 Comments

Color spaces of #fdafba

RGB 253175186
HSL0.980.950.84
HSV352°31°99°
CMYK 0.000.310.26   0.01
XYZ64.700955.087853.6773
Yxy55.08780.37300.3176
Hunter Lab74.221225.71709.0758
CIE-Lab79.091829.96075.9576

#fdafba color RGB value is (253,175,186).

#fdafba hex color red value is 253, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fdafba hue: 0.98 , saturation: 0.95 and the lightness value of fdafba is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 10111010
Octal 375 257 272
Decimal 253 175 186
Hex FD AF BA

RGB Percentages of Color #fdafba

%41.21
%28.50
%30.29

CMYK Percentages of Color #fdafba

%0
%31
%26
%1

Triadic Colors of #fdafba

#fdafba #bafdaf #afbafd

Analogous Colors of #fdafba

#fdafba #fdcbaf #fdafe1

Monochromatic Colors of #fdafba

#fdafba

Complementary Color

#fdafba #affdf2

#fdafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafba Color CSS Codes

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

#fdafba Text Font Color

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

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


#fdafba Background Color

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

This div background color is #fdafba


#fdafba Border Color

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

This div border color is #fdafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafba


Comments

No comments written yet.

Please login to write comment.