Color Hex Logo

#fbdaf5 Color Hex

#FBDAF5
(251,218,245)
1 Favorites   0 Comments

Color spaces of #fbdaf5

RGB 251218245
HSL0.860.800.92
HSV311°13°98°
CMYK 0.000.130.02   0.02
XYZ81.336577.244697.0090
Yxy77.24460.31820.3022
Hunter Lab87.888911.3867-3.9202
CIE-Lab90.434115.9322-8.9412

#fbdaf5 color RGB value is (251,218,245).

#fbdaf5 hex color red value is 251, green value is 218 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #fbdaf5 hue: 0.86 , saturation: 0.80 and the lightness value of fbdaf5 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11110101
Octal 373 332 365
Decimal 251 218 245
Hex FB DA F5

RGB Percentages of Color #fbdaf5

%35.15
%30.53
%34.31

CMYK Percentages of Color #fbdaf5

%0
%13
%2
%2

Triadic Colors of #fbdaf5

#fbdaf5 #f5fbda #daf5fb

Analogous Colors of #fbdaf5

#fbdaf5 #fbdae5 #f1dafb

Monochromatic Colors of #fbdaf5

#fbdaf5

Complementary Color

#fbdaf5 #dafbe0

#fbdaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaf5 Color CSS Codes

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

#fbdaf5 Text Font Color

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

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


#fbdaf5 Background Color

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

This div background color is #fbdaf5


#fbdaf5 Border Color

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

This div border color is #fbdaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaf5


Comments

No comments written yet.

Please login to write comment.