Color Hex Logo

#fdb7fa Color Hex

#FDB7FA
(253,183,250)
0 Favorites   0 Comments

Color spaces of #fdb7fa

RGB 253183250
HSL0.840.950.85
HSV303°28°99°
CMYK 0.000.280.01   0.01
XYZ74.696861.651798.4055
Yxy61.65170.31820.2626
Hunter Lab78.518632.4042-19.3437
CIE-Lab82.727835.8634-23.1469

#fdb7fa color RGB value is (253,183,250).

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

The process color (four color CMYK) of #fdb7fa color hex is 0.00, 0.28, 0.01, 0.01. Web safe color of #fdb7fa is #ffccff. Color #fdb7fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 11111010
Octal 375 267 372
Decimal 253 183 250
Hex FD B7 FA

RGB Percentages of Color #fdb7fa

%36.88
%26.68
%36.44

CMYK Percentages of Color #fdb7fa

%0
%28
%1
%1

Triadic Colors of #fdb7fa

#fdb7fa #fafdb7 #b7fafd

Analogous Colors of #fdb7fa

#fdb7fa #fdb7d7 #ddb7fd

Monochromatic Colors of #fdb7fa

#fdb7fa

Complementary Color

#fdb7fa #b7fdba

#fdb7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb7fa Color CSS Codes

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

#fdb7fa Text Font Color

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

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


#fdb7fa Background Color

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

This div background color is #fdb7fa


#fdb7fa Border Color

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

This div border color is #fdb7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.