Color Hex Logo

#ffcbd1 Color Hex

#FFCBD1
(255,203,209)
0 Favorites   0 Comments

Color spaces of #ffcbd1

RGB 255203209
HSL0.981.000.90
HSV353°20°100°
CMYK 0.000.200.18   0.00
XYZ74.104668.575369.6522
Yxy68.57530.34900.3230
Hunter Lab82.810214.81698.0979
CIE-Lab86.293319.27244.0401

#ffcbd1 color RGB value is (255,203,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11010001
Octal 377 313 321
Decimal 255 203 209
Hex FF CB D1

RGB Percentages of Color #ffcbd1

%38.23
%30.43
%31.33

CMYK Percentages of Color #ffcbd1

%0
%20
%18
%0

Triadic Colors of #ffcbd1

#ffcbd1 #d1ffcb #cbd1ff

Analogous Colors of #ffcbd1

#ffcbd1 #ffdfcb #ffcbeb

Monochromatic Colors of #ffcbd1

#ffcbd1

Complementary Color

#ffcbd1 #cbfff9

#ffcbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbd1 Color CSS Codes

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

#ffcbd1 Text Font Color

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

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


#ffcbd1 Background Color

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

This div background color is #ffcbd1


#ffcbd1 Border Color

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

This div border color is #ffcbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbd1

Related Colors


Comments

No comments written yet.

Please login to write comment.