Color Hex Logo

#ffc6be Color Hex

#FFC6BE
(255,198,190)
0 Favorites   0 Comments

Color spaces of #ffc6be

RGB 255198190
HSL0.021.000.87
HSV25°100°
CMYK 0.000.220.25   0.00
XYZ70.728365.365957.6043
Yxy65.36590.36510.3375
Hunter Lab80.849214.668914.3508
CIE-Lab84.671919.163211.8158

#ffc6be color RGB value is (255,198,190).

#ffc6be hex color red value is 255, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ffc6be hue: 0.02 , saturation: 1.00 and the lightness value of ffc6be is 0.87.

The process color (four color CMYK) of #ffc6be color hex is 0.00, 0.22, 0.25, 0.00. Web safe color of #ffc6be is #ffcccc. Color #ffc6be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 10111110
Octal 377 306 276
Decimal 255 198 190
Hex FF C6 BE

RGB Percentages of Color #ffc6be

%39.66
%30.79
%29.55

CMYK Percentages of Color #ffc6be

%0
%22
%25
%0

Triadic Colors of #ffc6be

#ffc6be #beffc6 #c6beff

Analogous Colors of #ffc6be

#ffc6be #ffe7be #ffbed7

Monochromatic Colors of #ffc6be

#ffc6be

Complementary Color

#ffc6be #bef7ff

#ffc6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc6be Color CSS Codes

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

#ffc6be Text Font Color

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

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


#ffc6be Background Color

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

This div background color is #ffc6be


#ffc6be Border Color

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

This div border color is #ffc6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc6be


Comments

No comments written yet.

Please login to write comment.