Color Hex Logo

#fdcfef Color Hex

#FDCFEF
(253,207,239)
0 Favorites   0 Comments

Color spaces of #fdcfef

RGB 253207239
HSL0.880.920.90
HSV318°18°99°
CMYK 0.000.180.06   0.01
XYZ78.400871.740391.3764
Yxy71.74030.32460.2970
Hunter Lab84.699617.0011-4.6740
CIE-Lab87.843421.3175-9.6087

#fdcfef color RGB value is (253,207,239).

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

The process color (four color CMYK) of #fdcfef color hex is 0.00, 0.18, 0.06, 0.01. Web safe color of #fdcfef is #ffccff. Color #fdcfef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11101111
Octal 375 317 357
Decimal 253 207 239
Hex FD CF EF

RGB Percentages of Color #fdcfef

%36.19
%29.61
%34.19

CMYK Percentages of Color #fdcfef

%0
%18
%6
%1

Triadic Colors of #fdcfef

#fdcfef #effdcf #cfeffd

Analogous Colors of #fdcfef

#fdcfef #fdcfd8 #f4cffd

Monochromatic Colors of #fdcfef

#fdcfef

Complementary Color

#fdcfef #cffddd

#fdcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfef Color CSS Codes

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

#fdcfef Text Font Color

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

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


#fdcfef Background Color

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

This div background color is #fdcfef


#fdcfef Border Color

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

This div border color is #fdcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfef

Related Colors


Comments

No comments written yet.

Please login to write comment.