Color Hex Logo

#fdb3fc Color Hex

#FDB3FC
(253,179,252)
0 Favorites   0 Comments

Color spaces of #fdb3fc

RGB 253179252
HSL0.840.950.85
HSV301°29°99°
CMYK 0.000.290.00   0.01
XYZ74.198860.151199.7951
Yxy60.15110.31690.2569
Hunter Lab77.557135.0457-22.0002
CIE-Lab81.920338.3167-25.4452

#fdb3fc color RGB value is (253,179,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 11111100
Octal 375 263 374
Decimal 253 179 252
Hex FD B3 FC

RGB Percentages of Color #fdb3fc

%36.99
%26.17
%36.84

CMYK Percentages of Color #fdb3fc

%0
%29
%0
%1

Triadic Colors of #fdb3fc

#fdb3fc #fcfdb3 #b3fcfd

Analogous Colors of #fdb3fc

#fdb3fc #fdb3d7 #d9b3fd

Monochromatic Colors of #fdb3fc

#fdb3fc

Complementary Color

#fdb3fc #b3fdb4

#fdb3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb3fc Color CSS Codes

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

#fdb3fc Text Font Color

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

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


#fdb3fc Background Color

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

This div background color is #fdb3fc


#fdb3fc Border Color

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

This div border color is #fdb3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.