Color Hex Logo

#fbddfc Color Hex

#FBDDFC
(251,221,252)
0 Favorites   0 Comments

Color spaces of #fbddfc

RGB 251221252
HSL0.830.840.93
HSV298°12°99°
CMYK 0.000.120.00   0.01
XYZ83.210879.2504103.0066
Yxy79.25040.31340.2985
Hunter Lab89.022711.0568-6.2875
CIE-Lab91.347515.6138-11.2534

#fbddfc color RGB value is (251,221,252).

#fbddfc hex color red value is 251, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbddfc hue: 0.83 , saturation: 0.84 and the lightness value of fbddfc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11111100
Octal 373 335 374
Decimal 251 221 252
Hex FB DD FC

RGB Percentages of Color #fbddfc

%34.67
%30.52
%34.81

CMYK Percentages of Color #fbddfc

%0
%12
%0
%1

Triadic Colors of #fbddfc

#fbddfc #fcfbdd #ddfcfb

Analogous Colors of #fbddfc

#fbddfc #fcddee #ecddfc

Monochromatic Colors of #fbddfc

#fbddfc

Complementary Color

#fbddfc #defcdd

#fbddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddfc Color CSS Codes

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

#fbddfc Text Font Color

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

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


#fbddfc Background Color

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

This div background color is #fbddfc


#fbddfc Border Color

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

This div border color is #fbddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddfc


Comments

No comments written yet.

Please login to write comment.