Color Hex Logo

#ffecf2 Color Hex

#FFECF2
(255,236,242)
4 Favorites   0 Comments

Color spaces of #ffecf2

RGB 255236242
HSL0.951.000.96
HSV341°100°
CMYK 0.000.070.05   0.00
XYZ87.262587.661796.3256
Yxy87.66170.32170.3232
Hunter Lab93.62782.51594.5411
CIE-Lab95.01837.4319-0.5844

#ffecf2 color RGB value is (255,236,242).

#ffecf2 hex color red value is 255, green value is 236 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ffecf2 hue: 0.95 , saturation: 1.00 and the lightness value of ffecf2 is 0.96.

The process color (four color CMYK) of #ffecf2 color hex is 0.00, 0.07, 0.05, 0.00. Web safe color of #ffecf2 is #ffffff. Color #ffecf2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 11110010
Octal 377 354 362
Decimal 255 236 242
Hex FF EC F2

RGB Percentages of Color #ffecf2

%34.79
%32.20
%33.02

CMYK Percentages of Color #ffecf2

%0
%7
%5
%0

Triadic Colors of #ffecf2

#ffecf2 #f2ffec #ecf2ff

Analogous Colors of #ffecf2

#ffecf2 #fff0ec #ffecfc

Monochromatic Colors of #ffecf2

#ffecf2

Complementary Color

#ffecf2 #ecfff9

#ffecf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffecf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffecf2 Color CSS Codes

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

#ffecf2 Text Font Color

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

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


#ffecf2 Background Color

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

This div background color is #ffecf2


#ffecf2 Border Color

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

This div border color is #ffecf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffecf2

Related Colors


Comments

No comments written yet.

Please login to write comment.