Color Hex Logo

#f4cedb Color Hex

#F4CEDB
(244,206,219)
0 Favorites   0 Comments

Color spaces of #f4cedb

RGB 244206219
HSL0.940.630.88
HSV339°16°96°
CMYK 0.000.160.10   0.04
XYZ72.165768.490276.4342
Yxy68.49020.33240.3155
Hunter Lab82.758810.82413.1722
CIE-Lab86.251015.4058-1.4537

#f4cedb color RGB value is (244,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001110 11011011
Octal 364 316 333
Decimal 244 206 219
Hex F4 CE DB

RGB Percentages of Color #f4cedb

%36.47
%30.79
%32.74

CMYK Percentages of Color #f4cedb

%0
%16
%10
%4

Triadic Colors of #f4cedb

#f4cedb #dbf4ce #cedbf4

Analogous Colors of #f4cedb

#f4cedb #f4d4ce #f4ceee

Monochromatic Colors of #f4cedb

#f4cedb

Complementary Color

#f4cedb #cef4e7

#f4cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cedb Color CSS Codes

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

#f4cedb Text Font Color

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

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


#f4cedb Background Color

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

This div background color is #f4cedb


#f4cedb Border Color

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

This div border color is #f4cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cedb


Comments

No comments written yet.

Please login to write comment.