Color Hex Logo

#f4cfea Color Hex

#F4CFEA
(244,207,234)
0 Favorites   0 Comments

Color spaces of #f4cfea

RGB 244207234
HSL0.880.630.88
HSV316°15°96°
CMYK 0.000.150.04   0.04
XYZ74.472369.799387.3894
Yxy69.79930.32150.3013
Hunter Lab83.546012.9082-3.5354
CIE-Lab86.898317.4244-8.4535

#f4cfea color RGB value is (244,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001111 11101010
Octal 364 317 352
Decimal 244 207 234
Hex F4 CF EA

RGB Percentages of Color #f4cfea

%35.62
%30.22
%34.16

CMYK Percentages of Color #f4cfea

%0
%15
%4
%4

Triadic Colors of #f4cfea

#f4cfea #eaf4cf #cfeaf4

Analogous Colors of #f4cfea

#f4cfea #f4cfd8 #eccff4

Monochromatic Colors of #f4cfea

#f4cfea

Complementary Color

#f4cfea #cff4d9

#f4cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cfea Color CSS Codes

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

#f4cfea Text Font Color

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

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


#f4cfea Background Color

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

This div background color is #f4cfea


#f4cfea Border Color

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

This div border color is #f4cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cfea


Comments

No comments written yet.

Please login to write comment.