Color Hex Logo

#fbdcfa Color Hex

#FBDCFA
(251,220,250)
0 Favorites   0 Comments

Color spaces of #fbdcfa

RGB 251220250
HSL0.840.790.92
HSV302°12°98°
CMYK 0.000.120.00   0.02
XYZ82.632278.5978101.2582
Yxy78.59780.31480.2994
Hunter Lab88.655411.2259-5.6596
CIE-Lab91.052015.7761-10.6457

#fbdcfa color RGB value is (251,220,250).

#fbdcfa hex color red value is 251, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbdcfa hue: 0.84 , saturation: 0.79 and the lightness value of fbdcfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11111010
Octal 373 334 372
Decimal 251 220 250
Hex FB DC FA

RGB Percentages of Color #fbdcfa

%34.81
%30.51
%34.67

CMYK Percentages of Color #fbdcfa

%0
%12
%0
%2

Triadic Colors of #fbdcfa

#fbdcfa #fafbdc #dcfafb

Analogous Colors of #fbdcfa

#fbdcfa #fbdceb #eddcfb

Monochromatic Colors of #fbdcfa

#fbdcfa

Complementary Color

#fbdcfa #dcfbdd

#fbdcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcfa Color CSS Codes

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

#fbdcfa Text Font Color

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

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


#fbdcfa Background Color

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

This div background color is #fbdcfa


#fbdcfa Border Color

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

This div border color is #fbdcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,220,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.