Color Hex Logo

#fbdffd Color Hex

#FBDFFD
(251,223,253)
0 Favorites   0 Comments

Color spaces of #fbdffd

RGB 251223253
HSL0.820.880.93
HSV296°12°99°
CMYK 0.010.120.00   0.01
XYZ83.901080.3764104.0207
Yxy80.37640.31270.2996
Hunter Lab89.652910.1554-6.0348
CIE-Lab91.853514.7516-11.0232

#fbdffd color RGB value is (251,223,253).

#fbdffd hex color red value is 251, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fbdffd hue: 0.82 , saturation: 0.88 and the lightness value of fbdffd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11111101
Octal 373 337 375
Decimal 251 223 253
Hex FB DF FD

RGB Percentages of Color #fbdffd

%34.53
%30.67
%34.80

CMYK Percentages of Color #fbdffd

%1
%12
%0
%1

Triadic Colors of #fbdffd

#fbdffd #fdfbdf #dffdfb

Analogous Colors of #fbdffd

#fbdffd #fddff0 #ecdffd

Monochromatic Colors of #fbdffd

#fbdffd

Complementary Color

#fbdffd #e1fddf

#fbdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdffd Color CSS Codes

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

#fbdffd Text Font Color

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

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


#fbdffd Background Color

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

This div background color is #fbdffd


#fbdffd Border Color

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

This div border color is #fbdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdffd

Related Colors


Comments

No comments written yet.

Please login to write comment.