Color Hex Logo

#f4cfdf Color Hex

#F4CFDF
(244,207,223)
0 Favorites   0 Comments

Color spaces of #f4cfdf

RGB 244207223
HSL0.930.630.88
HSV334°15°96°
CMYK 0.000.150.09   0.04
XYZ72.940369.186579.3220
Yxy69.18650.32940.3124
Hunter Lab83.178410.96691.6838
CIE-Lab86.596315.5435-3.0692

#f4cfdf color RGB value is (244,207,223).

#f4cfdf hex color red value is 244, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f4cfdf hue: 0.93 , saturation: 0.63 and the lightness value of f4cfdf is 0.88.

The process color (four color CMYK) of #f4cfdf color hex is 0.00, 0.15, 0.09, 0.04. Web safe color of #f4cfdf is #ffcccc. Color #f4cfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001111 11011111
Octal 364 317 337
Decimal 244 207 223
Hex F4 CF DF

RGB Percentages of Color #f4cfdf

%36.20
%30.71
%33.09

CMYK Percentages of Color #f4cfdf

%0
%15
%9
%4

Triadic Colors of #f4cfdf

#f4cfdf #dff4cf #cfdff4

Analogous Colors of #f4cfdf

#f4cfdf #f4d2cf #f4cff2

Monochromatic Colors of #f4cfdf

#f4cfdf

Complementary Color

#f4cfdf #cff4e4

#f4cfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cfdf Color CSS Codes

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

#f4cfdf Text Font Color

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

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


#f4cfdf Background Color

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

This div background color is #f4cfdf


#f4cfdf Border Color

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

This div border color is #f4cfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cfdf

#f4cfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.