Color Hex Logo

#fdbbfc Color Hex

#FDBBFC
(253,187,252)
0 Favorites   0 Comments

Color spaces of #fdbbfc

RGB 253187252
HSL0.840.940.86
HSV301°26°99°
CMYK 0.000.260.00   0.01
XYZ75.849063.4516100.3452
Yxy63.45160.31650.2648
Hunter Lab79.656530.5690-18.9295
CIE-Lab83.679434.1221-22.7685

#fdbbfc color RGB value is (253,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11111100
Octal 375 273 374
Decimal 253 187 252
Hex FD BB FC

RGB Percentages of Color #fdbbfc

%36.56
%27.02
%36.42

CMYK Percentages of Color #fdbbfc

%0
%26
%0
%1

Triadic Colors of #fdbbfc

#fdbbfc #fcfdbb #bbfcfd

Analogous Colors of #fdbbfc

#fdbbfc #fdbbdb #ddbbfd

Monochromatic Colors of #fdbbfc

#fdbbfc

Complementary Color

#fdbbfc #bbfdbc

#fdbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbfc Color CSS Codes

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

#fdbbfc Text Font Color

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

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


#fdbbfc Background Color

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

This div background color is #fdbbfc


#fdbbfc Border Color

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

This div border color is #fdbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.