Color Hex Logo

#fcc6db Color Hex

#FCC6DB
(252,198,219)
0 Favorites   0 Comments

Color spaces of #fcc6db

RGB 252198219
HSL0.940.900.88
HSV337°21°99°
CMYK 0.000.210.13   0.01
XYZ73.125266.198175.9412
Yxy66.19810.33970.3075
Hunter Lab81.362218.04501.6139
CIE-Lab85.097422.3910-3.0597

#fcc6db color RGB value is (252,198,219).

#fcc6db hex color red value is 252, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fcc6db hue: 0.94 , saturation: 0.90 and the lightness value of fcc6db is 0.88.

The process color (four color CMYK) of #fcc6db color hex is 0.00, 0.21, 0.13, 0.01. Web safe color of #fcc6db is #ffcccc. Color #fcc6db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 11011011
Octal 374 306 333
Decimal 252 198 219
Hex FC C6 DB

RGB Percentages of Color #fcc6db

%37.67
%29.60
%32.74

CMYK Percentages of Color #fcc6db

%0
%21
%13
%1

Triadic Colors of #fcc6db

#fcc6db #dbfcc6 #c6dbfc

Analogous Colors of #fcc6db

#fcc6db #fcccc6 #fcc6f6

Monochromatic Colors of #fcc6db

#fcc6db

Complementary Color

#fcc6db #c6fce7

#fcc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc6db Color CSS Codes

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

#fcc6db Text Font Color

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

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


#fcc6db Background Color

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

This div background color is #fcc6db


#fcc6db Border Color

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

This div border color is #fcc6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc6db


Comments

No comments written yet.

Please login to write comment.