Color Hex Logo

#fbbdfd Color Hex

#FBBDFD
(251,189,253)
0 Favorites   0 Comments

Color spaces of #fbbdfd

RGB 251189253
HSL0.830.940.87
HSV298°25°99°
CMYK 0.010.250.00   0.01
XYZ75.710963.9963101.2906
Yxy63.99630.31420.2655
Hunter Lab79.997728.9389-19.0728
CIE-Lab83.963832.6145-22.8874

#fbbdfd color RGB value is (251,189,253).

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

The process color (four color CMYK) of #fbbdfd color hex is 0.01, 0.25, 0.00, 0.01. Web safe color of #fbbdfd is #ffccff. Color #fbbdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11111101
Octal 373 275 375
Decimal 251 189 253
Hex FB BD FD

RGB Percentages of Color #fbbdfd

%36.22
%27.27
%36.51

CMYK Percentages of Color #fbbdfd

%1
%25
%0
%1

Triadic Colors of #fbbdfd

#fbbdfd #fdfbbd #bdfdfb

Analogous Colors of #fbbdfd

#fbbdfd #fdbddf #dbbdfd

Monochromatic Colors of #fbbdfd

#fbbdfd

Complementary Color

#fbbdfd #bffdbd

#fbbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdfd Color CSS Codes

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

#fbbdfd Text Font Color

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

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


#fbbdfd Background Color

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

This div background color is #fbbdfd


#fbbdfd Border Color

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

This div border color is #fbbdfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,189,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 #fbbdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdfd


Comments

No comments written yet.

Please login to write comment.