Color Hex Logo

#ffcee5 Color Hex

#FFCEE5
(255,206,229)
0 Favorites   0 Comments

Color spaces of #ffcee5

RGB 255206229
HSL0.921.000.90
HSV332°19°100°
CMYK 0.000.190.10   0.00
XYZ77.454271.059883.7624
Yxy71.05980.33350.3059
Hunter Lab84.297016.49060.0939
CIE-Lab87.514120.8424-4.7841

#ffcee5 color RGB value is (255,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11100101
Octal 377 316 345
Decimal 255 206 229
Hex FF CE E5

RGB Percentages of Color #ffcee5

%36.96
%29.86
%33.19

CMYK Percentages of Color #ffcee5

%0
%19
%10
%0

Triadic Colors of #ffcee5

#ffcee5 #e5ffce #cee5ff

Analogous Colors of #ffcee5

#ffcee5 #ffd0ce #ffcefe

Monochromatic Colors of #ffcee5

#ffcee5

Complementary Color

#ffcee5 #ceffe8

#ffcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcee5 Color CSS Codes

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

#ffcee5 Text Font Color

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

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


#ffcee5 Background Color

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

This div background color is #ffcee5


#ffcee5 Border Color

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

This div border color is #ffcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcee5

Related Colors

#ffcee5 Color Palettes


Comments

No comments written yet.

Please login to write comment.