Color Hex Logo

#fdbbfd Color Hex

#FDBBFD
(253,187,253)
0 Favorites   0 Comments

Color spaces of #fdbbfd

RGB 253187253
HSL0.830.940.86
HSV300°26°99°
CMYK 0.000.260.00   0.01
XYZ76.008063.5151101.1821
Yxy63.51510.31580.2639
Hunter Lab79.696430.7704-19.4868
CIE-Lab83.712734.3027-23.2508

#fdbbfd color RGB value is (253,187,253).

#fdbbfd hex color red value is 253, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fdbbfd hue: 0.83 , saturation: 0.94 and the lightness value of fdbbfd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11111101
Octal 375 273 375
Decimal 253 187 253
Hex FD BB FD

RGB Percentages of Color #fdbbfd

%36.51
%26.98
%36.51

CMYK Percentages of Color #fdbbfd

%0
%26
%0
%1

Triadic Colors of #fdbbfd

#fdbbfd #fdfdbb #bbfdfd

Analogous Colors of #fdbbfd

#fdbbfd #fdbbdc #dcbbfd

Monochromatic Colors of #fdbbfd

#fdbbfd

Complementary Color

#fdbbfd #bbfdbb

#fdbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbfd Color CSS Codes

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

#fdbbfd Text Font Color

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

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


#fdbbfd Background Color

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

This div background color is #fdbbfd


#fdbbfd Border Color

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

This div border color is #fdbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.