Color Hex Logo

#ffcfcc Color Hex

#FFCFCC
(255,207,204)
1 Favorites   0 Comments

Color spaces of #ffcfcc

RGB 255207204
HSL0.011.000.90
HSV20°100°
CMYK 0.000.190.20   0.00
XYZ74.451970.245366.7614
Yxy70.24530.35210.3322
Hunter Lab83.812511.892511.4409
CIE-Lab87.117016.43977.8782

#ffcfcc color RGB value is (255,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11001100
Octal 377 317 314
Decimal 255 207 204
Hex FF CF CC

RGB Percentages of Color #ffcfcc

%38.29
%31.08
%30.63

CMYK Percentages of Color #ffcfcc

%0
%19
%20
%0

Triadic Colors of #ffcfcc

#ffcfcc #ccffcf #cfccff

Analogous Colors of #ffcfcc

#ffcfcc #ffe9cc #ffcce3

Monochromatic Colors of #ffcfcc

#ffcfcc

Complementary Color

#ffcfcc #ccfcff

#ffcfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfcc Color CSS Codes

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

#ffcfcc Text Font Color

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

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


#ffcfcc Background Color

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

This div background color is #ffcfcc


#ffcfcc Border Color

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

This div border color is #ffcfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,207,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 #ffcfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfcc

Related Colors

#ffcfcc Color Palettes


Comments

No comments written yet.

Please login to write comment.