Color Hex Logo

#ffcedd Color Hex

#FFCEDD
(255,206,221)
1 Favorites   0 Comments

Color spaces of #ffcedd

RGB 255206221
HSL0.951.000.90
HSV342°19°100°
CMYK 0.000.190.13   0.00
XYZ76.362570.623178.0135
Yxy70.62310.33940.3139
Hunter Lab84.037615.13213.7864
CIE-Lab87.301619.5537-0.8582

#ffcedd color RGB value is (255,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11011101
Octal 377 316 335
Decimal 255 206 221
Hex FF CE DD

RGB Percentages of Color #ffcedd

%37.39
%30.21
%32.40

CMYK Percentages of Color #ffcedd

%0
%19
%13
%0

Triadic Colors of #ffcedd

#ffcedd #ddffce #ceddff

Analogous Colors of #ffcedd

#ffcedd #ffd8ce #ffcef6

Monochromatic Colors of #ffcedd

#ffcedd

Complementary Color

#ffcedd #cefff0

#ffcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcedd Color CSS Codes

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

#ffcedd Text Font Color

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

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


#ffcedd Background Color

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

This div background color is #ffcedd


#ffcedd Border Color

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

This div border color is #ffcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcedd


Comments

No comments written yet.

Please login to write comment.