Color Hex Logo

#f4cddc Color Hex

#F4CDDC
(244,205,220)
0 Favorites   0 Comments

Color spaces of #f4cddc

RGB 244205220
HSL0.940.640.88
HSV337°16°96°
CMYK 0.000.160.10   0.04
XYZ72.057868.063077.0498
Yxy68.06300.33180.3134
Hunter Lab82.500311.53082.3773
CIE-Lab86.037916.0966-2.2969

#f4cddc color RGB value is (244,205,220).

#f4cddc hex color red value is 244, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f4cddc hue: 0.94 , saturation: 0.64 and the lightness value of f4cddc is 0.88.

The process color (four color CMYK) of #f4cddc color hex is 0.00, 0.16, 0.10, 0.04. Web safe color of #f4cddc is #ffcccc. Color #f4cddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001101 11011100
Octal 364 315 334
Decimal 244 205 220
Hex F4 CD DC

RGB Percentages of Color #f4cddc

%36.47
%30.64
%32.88

CMYK Percentages of Color #f4cddc

%0
%16
%10
%4

Triadic Colors of #f4cddc

#f4cddc #dcf4cd #cddcf4

Analogous Colors of #f4cddc

#f4cddc #f4d2cd #f4cdf0

Monochromatic Colors of #f4cddc

#f4cddc

Complementary Color

#f4cddc #cdf4e5

#f4cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cddc Color CSS Codes

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

#f4cddc Text Font Color

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

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


#f4cddc Background Color

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

This div background color is #f4cddc


#f4cddc Border Color

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

This div border color is #f4cddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,205,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cddc

Related Colors


Comments

No comments written yet.

Please login to write comment.