Color Hex Logo

#fdcef8 Color Hex

#FDCEF8
(253,206,248)
0 Favorites   0 Comments

Color spaces of #fdcef8

RGB 253206248
HSL0.850.920.90
HSV306°19°99°
CMYK 0.000.190.02   0.01
XYZ79.522671.802698.4749
Yxy71.80260.31830.2874
Hunter Lab84.736419.2282-9.5873
CIE-Lab87.873523.4139-14.3206

#fdcef8 color RGB value is (253,206,248).

#fdcef8 hex color red value is 253, green value is 206 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #fdcef8 hue: 0.85 , saturation: 0.92 and the lightness value of fdcef8 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11111000
Octal 375 316 370
Decimal 253 206 248
Hex FD CE F8

RGB Percentages of Color #fdcef8

%35.79
%29.14
%35.08

CMYK Percentages of Color #fdcef8

%0
%19
%2
%1

Triadic Colors of #fdcef8

#fdcef8 #f8fdce #cef8fd

Analogous Colors of #fdcef8

#fdcef8 #fdcee1 #ebcefd

Monochromatic Colors of #fdcef8

#fdcef8

Complementary Color

#fdcef8 #cefdd3

#fdcef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcef8 Color CSS Codes

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

#fdcef8 Text Font Color

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

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


#fdcef8 Background Color

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

This div background color is #fdcef8


#fdcef8 Border Color

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

This div border color is #fdcef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcef8

Related Colors


Comments

No comments written yet.

Please login to write comment.