Color Hex Logo

#ffcbc1 Color Hex

#FFCBC1
(255,203,193)
1 Favorites   0 Comments

Color spaces of #ffcbc1

RGB 255203193
HSL0.031.000.88
HSV10°24°100°
CMYK 0.000.200.24   0.00
XYZ72.221667.822159.7366
Yxy67.82210.36150.3395
Hunter Lab82.354212.418214.6412
CIE-Lab85.917416.961311.9915

#ffcbc1 color RGB value is (255,203,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11000001
Octal 377 313 301
Decimal 255 203 193
Hex FF CB C1

RGB Percentages of Color #ffcbc1

%39.17
%31.18
%29.65

CMYK Percentages of Color #ffcbc1

%0
%20
%24
%0

Triadic Colors of #ffcbc1

#ffcbc1 #c1ffcb #cbc1ff

Analogous Colors of #ffcbc1

#ffcbc1 #ffeac1 #ffc1d6

Monochromatic Colors of #ffcbc1

#ffcbc1

Complementary Color

#ffcbc1 #c1f5ff

#ffcbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbc1 Color CSS Codes

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

#ffcbc1 Text Font Color

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

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


#ffcbc1 Background Color

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

This div background color is #ffcbc1


#ffcbc1 Border Color

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

This div border color is #ffcbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbc1

Related Colors


Comments

No comments written yet.

Please login to write comment.