Color Hex Logo

#fdebfc Color Hex

#FDEBFC
(253,235,252)
0 Favorites   0 Comments

Color spaces of #fdebfc

RGB 253235252
HSL0.840.820.96
HSV303°99°
CMYK 0.000.070.00   0.01
XYZ87.787087.3276104.3245
Yxy87.32760.31420.3125
Hunter Lab93.44924.1482-0.7755
CIE-Lab94.87719.0123-6.0016

#fdebfc color RGB value is (253,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11111100
Octal 375 353 374
Decimal 253 235 252
Hex FD EB FC

RGB Percentages of Color #fdebfc

%34.19
%31.76
%34.05

CMYK Percentages of Color #fdebfc

%0
%7
%0
%1

Triadic Colors of #fdebfc

#fdebfc #fcfdeb #ebfcfd

Analogous Colors of #fdebfc

#fdebfc #fdebf3 #f5ebfd

Monochromatic Colors of #fdebfc

#fdebfc

Complementary Color

#fdebfc #ebfdec

#fdebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebfc Color CSS Codes

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

#fdebfc Text Font Color

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

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


#fdebfc Background Color

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

This div background color is #fdebfc


#fdebfc Border Color

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

This div border color is #fdebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.