Color Hex Logo

#fdebf3 Color Hex

#FDEBF3
(253,235,243)
2 Favorites   0 Comments

Color spaces of #fdebf3

RGB 253235243
HSL0.930.820.96
HSV333°99°
CMYK 0.000.070.04   0.01
XYZ86.394086.770496.9889
Yxy86.77040.31980.3212
Hunter Lab93.15062.53903.4724
CIE-Lab94.64087.4417-1.6750

#fdebf3 color RGB value is (253,235,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11110011
Octal 375 353 363
Decimal 253 235 243
Hex FD EB F3

RGB Percentages of Color #fdebf3

%34.61
%32.15
%33.24

CMYK Percentages of Color #fdebf3

%0
%7
%4
%1

Triadic Colors of #fdebf3

#fdebf3 #f3fdeb #ebf3fd

Analogous Colors of #fdebf3

#fdebf3 #fdeceb #fdebfc

Monochromatic Colors of #fdebf3

#fdebf3

Complementary Color

#fdebf3 #ebfdf5

#fdebf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebf3 Color CSS Codes

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

#fdebf3 Text Font Color

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

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


#fdebf3 Background Color

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

This div background color is #fdebf3


#fdebf3 Border Color

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

This div border color is #fdebf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebf3

Related Colors


Comments

No comments written yet.

Please login to write comment.