Color Hex Logo

#fdcfd8 Color Hex

#FDCFD8
(253,207,216)
0 Favorites   0 Comments

Color spaces of #fdcfd8

RGB 253207216
HSL0.970.920.90
HSV348°18°99°
CMYK 0.000.180.15   0.01
XYZ75.215570.466274.6028
Yxy70.46620.34140.3199
Hunter Lab83.944113.03706.0687
CIE-Lab87.225017.54461.6568

#fdcfd8 color RGB value is (253,207,216).

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

The process color (four color CMYK) of #fdcfd8 color hex is 0.00, 0.18, 0.15, 0.01. Web safe color of #fdcfd8 is #ffcccc. Color #fdcfd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11011000
Octal 375 317 330
Decimal 253 207 216
Hex FD CF D8

RGB Percentages of Color #fdcfd8

%37.43
%30.62
%31.95

CMYK Percentages of Color #fdcfd8

%0
%18
%15
%1

Triadic Colors of #fdcfd8

#fdcfd8 #d8fdcf #cfd8fd

Analogous Colors of #fdcfd8

#fdcfd8 #fdddcf #fdcfef

Monochromatic Colors of #fdcfd8

#fdcfd8

Complementary Color

#fdcfd8 #cffdf4

#fdcfd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfd8 Color CSS Codes

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

#fdcfd8 Text Font Color

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

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


#fdcfd8 Background Color

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

This div background color is #fdcfd8


#fdcfd8 Border Color

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

This div border color is #fdcfd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfd8

Related Colors


Comments

No comments written yet.

Please login to write comment.