Color Hex Logo

#ffcee1 Color Hex

#FFCEE1
(255,206,225)
0 Favorites   0 Comments

Color spaces of #ffcee1

RGB 255206225
HSL0.941.000.90
HSV337°19°100°
CMYK 0.000.190.12   0.00
XYZ76.901970.838980.8543
Yxy70.83890.33640.3099
Hunter Lab84.165815.80431.9589
CIE-Lab87.406720.1925-2.8234

#ffcee1 color RGB value is (255,206,225).

#ffcee1 hex color red value is 255, green value is 206 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ffcee1 hue: 0.94 , saturation: 1.00 and the lightness value of ffcee1 is 0.90.

The process color (four color CMYK) of #ffcee1 color hex is 0.00, 0.19, 0.12, 0.00. Web safe color of #ffcee1 is #ffcccc. Color #ffcee1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11100001
Octal 377 316 341
Decimal 255 206 225
Hex FF CE E1

RGB Percentages of Color #ffcee1

%37.17
%30.03
%32.80

CMYK Percentages of Color #ffcee1

%0
%19
%12
%0

Triadic Colors of #ffcee1

#ffcee1 #e1ffce #cee1ff

Analogous Colors of #ffcee1

#ffcee1 #ffd4ce #ffcefa

Monochromatic Colors of #ffcee1

#ffcee1

Complementary Color

#ffcee1 #ceffec

#ffcee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcee1 Color CSS Codes

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

#ffcee1 Text Font Color

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

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


#ffcee1 Background Color

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

This div background color is #ffcee1


#ffcee1 Border Color

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

This div border color is #ffcee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcee1


Comments

No comments written yet.

Please login to write comment.