Color Hex Logo

#fdbbf8 Color Hex

#FDBBF8
(253,187,248)
0 Favorites   0 Comments

Color spaces of #fdbbf8

RGB 253187248
HSL0.850.940.86
HSV305°26°99°
CMYK 0.000.260.02   0.01
XYZ75.221663.200697.0413
Yxy63.20060.31950.2684
Hunter Lab79.498829.7734-16.7240
CIE-Lab83.547833.4071-20.8355

#fdbbf8 color RGB value is (253,187,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11111000
Octal 375 273 370
Decimal 253 187 248
Hex FD BB F8

RGB Percentages of Color #fdbbf8

%36.77
%27.18
%36.05

CMYK Percentages of Color #fdbbf8

%0
%26
%2
%1

Triadic Colors of #fdbbf8

#fdbbf8 #f8fdbb #bbf8fd

Analogous Colors of #fdbbf8

#fdbbf8 #fdbbd7 #e1bbfd

Monochromatic Colors of #fdbbf8

#fdbbf8

Complementary Color

#fdbbf8 #bbfdc0

#fdbbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbf8 Color CSS Codes

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

#fdbbf8 Text Font Color

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

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


#fdbbf8 Background Color

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

This div background color is #fdbbf8


#fdbbf8 Border Color

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

This div border color is #fdbbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.