Color Hex Logo

#fdbbf3 Color Hex

#FDBBF3
(253,187,243)
0 Favorites   0 Comments

Color spaces of #fdbbf3

RGB 253187243
HSL0.860.940.86
HSV309°26°99°
CMYK 0.000.260.04   0.01
XYZ74.456062.894493.0096
Yxy62.89440.32320.2730
Hunter Lab79.306028.7983-14.0208
CIE-Lab83.386832.5268-18.4098

#fdbbf3 color RGB value is (253,187,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11110011
Octal 375 273 363
Decimal 253 187 243
Hex FD BB F3

RGB Percentages of Color #fdbbf3

%37.04
%27.38
%35.58

CMYK Percentages of Color #fdbbf3

%0
%26
%4
%1

Triadic Colors of #fdbbf3

#fdbbf3 #f3fdbb #bbf3fd

Analogous Colors of #fdbbf3

#fdbbf3 #fdbbd2 #e6bbfd

Monochromatic Colors of #fdbbf3

#fdbbf3

Complementary Color

#fdbbf3 #bbfdc5

#fdbbf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbf3 Color CSS Codes

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

#fdbbf3 Text Font Color

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

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


#fdbbf3 Background Color

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

This div background color is #fdbbf3


#fdbbf3 Border Color

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

This div border color is #fdbbf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbf3

Related Colors


Comments

No comments written yet.

Please login to write comment.