Color Hex Logo

#ffcbde Color Hex

#FFCBDE
(255,203,222)
1 Favorites   0 Comments

Color spaces of #ffcbde

RGB 255203222
HSL0.941.000.90
HSV338°20°100°
CMYK 0.000.200.13   0.00
XYZ75.780869.245878.4789
Yxy69.24580.33910.3098
Hunter Lab83.214116.93052.3336
CIE-Lab86.625621.2839-2.3788

#ffcbde color RGB value is (255,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11011110
Octal 377 313 336
Decimal 255 203 222
Hex FF CB DE

RGB Percentages of Color #ffcbde

%37.50
%29.85
%32.65

CMYK Percentages of Color #ffcbde

%0
%20
%13
%0

Triadic Colors of #ffcbde

#ffcbde #deffcb #cbdeff

Analogous Colors of #ffcbde

#ffcbde #ffd2cb #ffcbf8

Monochromatic Colors of #ffcbde

#ffcbde

Complementary Color

#ffcbde #cbffec

#ffcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbde Color CSS Codes

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

#ffcbde Text Font Color

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

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


#ffcbde Background Color

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

This div background color is #ffcbde


#ffcbde Border Color

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

This div border color is #ffcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbde

Related Colors

#ffcbde Color Palettes


Comments

No comments written yet.

Please login to write comment.