Color Hex Logo

#ffcbcc Color Hex

#FFCBCC
(255,203,204)
0 Favorites   0 Comments

Color spaces of #ffcbcc

RGB 255203204
HSL1.001.000.90
HSV359°20°100°
CMYK 0.000.200.20   0.00
XYZ73.495068.331566.4424
Yxy68.33150.35290.3281
Hunter Lab82.662914.043110.2082
CIE-Lab86.171918.53026.5198

#ffcbcc color RGB value is (255,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001011 11001100
Octal 377 313 314
Decimal 255 203 204
Hex FF CB CC

RGB Percentages of Color #ffcbcc

%38.52
%30.66
%30.82

CMYK Percentages of Color #ffcbcc

%0
%20
%20
%0

Triadic Colors of #ffcbcc

#ffcbcc #ccffcb #cbccff

Analogous Colors of #ffcbcc

#ffcbcc #ffe4cb #ffcbe6

Monochromatic Colors of #ffcbcc

#ffcbcc

Complementary Color

#ffcbcc #cbfffe

#ffcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcbcc Color CSS Codes

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

#ffcbcc Text Font Color

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

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


#ffcbcc Background Color

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

This div background color is #ffcbcc


#ffcbcc Border Color

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

This div border color is #ffcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.