Color Hex Logo

#fbd1ff Color Hex

#FBD1FF
(251,209,255)
0 Favorites   0 Comments

Color spaces of #fbd1ff

RGB 251209255
HSL0.821.000.91
HSV295°18°100°
CMYK 0.020.180.00   0.00
XYZ80.634173.3302104.5120
Yxy73.33020.31200.2837
Hunter Lab85.633118.2220-12.4181
CIE-Lab88.605022.4459-16.9337

#fbd1ff color RGB value is (251,209,255).

#fbd1ff hex color red value is 251, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbd1ff hue: 0.82 , saturation: 1.00 and the lightness value of fbd1ff is 0.91.

The process color (four color CMYK) of #fbd1ff color hex is 0.02, 0.18, 0.00, 0.00. Web safe color of #fbd1ff is #ffccff. Color #fbd1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 11111111
Octal 373 321 377
Decimal 251 209 255
Hex FB D1 FF

RGB Percentages of Color #fbd1ff

%35.10
%29.23
%35.66

CMYK Percentages of Color #fbd1ff

%2
%18
%0
%0

Triadic Colors of #fbd1ff

#fbd1ff #fffbd1 #d1fffb

Analogous Colors of #fbd1ff

#fbd1ff #ffd1ec #e4d1ff

Monochromatic Colors of #fbd1ff

#fbd1ff

Complementary Color

#fbd1ff #d5ffd1

#fbd1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd1ff Color CSS Codes

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

#fbd1ff Text Font Color

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

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


#fbd1ff Background Color

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

This div background color is #fbd1ff


#fbd1ff Border Color

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

This div border color is #fbd1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.