Color Hex Logo

#ffccbc Color Hex

#FFCCBC
(255,204,188)
1 Favorites   0 Comments

Color spaces of #ffccbc

RGB 255204188
HSL0.041.000.87
HSV14°26°100°
CMYK 0.000.200.26   0.00
XYZ71.910068.076656.9270
Yxy68.07660.36520.3457
Hunter Lab82.508511.181016.8487
CIE-Lab86.044715.755414.8192

#ffccbc color RGB value is (255,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10111100
Octal 377 314 274
Decimal 255 204 188
Hex FF CC BC

RGB Percentages of Color #ffccbc

%39.41
%31.53
%29.06

CMYK Percentages of Color #ffccbc

%0
%20
%26
%0

Triadic Colors of #ffccbc

#ffccbc #bcffcc #ccbcff

Analogous Colors of #ffccbc

#ffccbc #ffeebc #ffbcce

Monochromatic Colors of #ffccbc

#ffccbc

Complementary Color

#ffccbc #bcefff

#ffccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccbc Color CSS Codes

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

#ffccbc Text Font Color

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

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


#ffccbc Background Color

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

This div background color is #ffccbc


#ffccbc Border Color

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

This div border color is #ffccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccbc


Comments

No comments written yet.

Please login to write comment.