Color Hex Logo

#fbd3fc Color Hex

#FBD3FC
(251,211,252)
0 Favorites   0 Comments

Color spaces of #fbd3fc

RGB 251211252
HSL0.830.870.91
HSV299°16°99°
CMYK 0.000.160.00   0.01
XYZ80.648674.1260102.1526
Yxy74.12600.31390.2885
Hunter Lab86.096516.5364-10.0795
CIE-Lab88.982020.8491-14.7877

#fbd3fc color RGB value is (251,211,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 11111100
Octal 373 323 374
Decimal 251 211 252
Hex FB D3 FC

RGB Percentages of Color #fbd3fc

%35.15
%29.55
%35.29

CMYK Percentages of Color #fbd3fc

%0
%16
%0
%1

Triadic Colors of #fbd3fc

#fbd3fc #fcfbd3 #d3fcfb

Analogous Colors of #fbd3fc

#fbd3fc #fcd3e9 #e7d3fc

Monochromatic Colors of #fbd3fc

#fbd3fc

Complementary Color

#fbd3fc #d4fcd3

#fbd3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd3fc Color CSS Codes

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

#fbd3fc Text Font Color

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

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


#fbd3fc Background Color

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

This div background color is #fbd3fc


#fbd3fc Border Color

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

This div border color is #fbd3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.