Color Hex Logo

#fdebf8 Color Hex

#FDEBF8
(253,235,248)
0 Favorites   0 Comments

Color spaces of #fdebf8

RGB 253235248
HSL0.880.820.96
HSV317°99°
CMYK 0.000.070.02   0.01
XYZ87.159687.0766101.0206
Yxy87.07660.31660.3163
Hunter Lab93.31483.42481.1343
CIE-Lab94.77088.3079-4.0812

#fdebf8 color RGB value is (253,235,248).

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

The process color (four color CMYK) of #fdebf8 color hex is 0.00, 0.07, 0.02, 0.01. Web safe color of #fdebf8 is #ffffff. Color #fdebf8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11111000
Octal 375 353 370
Decimal 253 235 248
Hex FD EB F8

RGB Percentages of Color #fdebf8

%34.38
%31.93
%33.70

CMYK Percentages of Color #fdebf8

%0
%7
%2
%1

Triadic Colors of #fdebf8

#fdebf8 #f8fdeb #ebf8fd

Analogous Colors of #fdebf8

#fdebf8 #fdebef #f9ebfd

Monochromatic Colors of #fdebf8

#fdebf8

Complementary Color

#fdebf8 #ebfdf0

#fdebf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebf8 Color CSS Codes

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

#fdebf8 Text Font Color

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

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


#fdebf8 Background Color

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

This div background color is #fdebf8


#fdebf8 Border Color

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

This div border color is #fdebf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebf8

Related Colors

#fdebf8 Color Palettes


Comments

No comments written yet.

Please login to write comment.