Color Hex Logo

#ffcfdf Color Hex

#FFCFDF
(255,207,223)
1 Favorites   0 Comments

Color spaces of #ffcfdf

RGB 255207223
HSL0.941.000.91
HSV340°19°100°
CMYK 0.000.190.13   0.00
XYZ76.872171.213479.5060
Yxy71.21340.33780.3129
Hunter Lab84.388014.92303.2117
CIE-Lab87.588619.3482-1.4974

#ffcfdf color RGB value is (255,207,223).

#ffcfdf hex color red value is 255, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffcfdf hue: 0.94 , saturation: 1.00 and the lightness value of ffcfdf is 0.91.

The process color (four color CMYK) of #ffcfdf color hex is 0.00, 0.19, 0.13, 0.00. Web safe color of #ffcfdf is #ffcccc. Color #ffcfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11011111
Octal 377 317 337
Decimal 255 207 223
Hex FF CF DF

RGB Percentages of Color #ffcfdf

%37.23
%30.22
%32.55

CMYK Percentages of Color #ffcfdf

%0
%19
%13
%0

Triadic Colors of #ffcfdf

#ffcfdf #dfffcf #cfdfff

Analogous Colors of #ffcfdf

#ffcfdf #ffd7cf #ffcff7

Monochromatic Colors of #ffcfdf

#ffcfdf

Complementary Color

#ffcfdf #cfffef

#ffcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfdf Color CSS Codes

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

#ffcfdf Text Font Color

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

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


#ffcfdf Background Color

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

This div background color is #ffcfdf


#ffcfdf Border Color

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

This div border color is #ffcfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfdf

Related Colors

#ffcfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.