Color Hex Logo

#fcc7db Color Hex

#FCC7DB
(252,199,219)
0 Favorites   0 Comments

Color spaces of #fcc7db

RGB 252199219
HSL0.940.900.88
HSV337°21°99°
CMYK 0.000.210.13   0.01
XYZ73.354566.656876.0177
Yxy66.65680.33960.3086
Hunter Lab81.643617.50091.9461
CIE-Lab85.330321.8652-2.7176

#fcc7db color RGB value is (252,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 11011011
Octal 374 307 333
Decimal 252 199 219
Hex FC C7 DB

RGB Percentages of Color #fcc7db

%37.61
%29.70
%32.69

CMYK Percentages of Color #fcc7db

%0
%21
%13
%1

Triadic Colors of #fcc7db

#fcc7db #dbfcc7 #c7dbfc

Analogous Colors of #fcc7db

#fcc7db #fccec7 #fcc7f6

Monochromatic Colors of #fcc7db

#fcc7db

Complementary Color

#fcc7db #c7fce8

#fcc7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7db Color CSS Codes

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

#fcc7db Text Font Color

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

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


#fcc7db Background Color

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

This div background color is #fcc7db


#fcc7db Border Color

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

This div border color is #fcc7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7db

Related Colors


Comments

No comments written yet.

Please login to write comment.