Color Hex Logo

#fcc7eb Color Hex

#FCC7EB
(252,199,235)
0 Favorites   0 Comments

Color spaces of #fcc7eb

RGB 252199235
HSL0.890.900.88
HSV319°21°99°
CMYK 0.000.210.07   0.01
XYZ75.563767.540587.6512
Yxy67.54050.32750.2927
Hunter Lab82.183020.3026-5.7068
CIE-Lab85.776224.5022-10.5737

#fcc7eb color RGB value is (252,199,235).

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

The process color (four color CMYK) of #fcc7eb color hex is 0.00, 0.21, 0.07, 0.01. Web safe color of #fcc7eb is #ffccff. Color #fcc7eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 11101011
Octal 374 307 353
Decimal 252 199 235
Hex FC C7 EB

RGB Percentages of Color #fcc7eb

%36.73
%29.01
%34.26

CMYK Percentages of Color #fcc7eb

%0
%21
%7
%1

Triadic Colors of #fcc7eb

#fcc7eb #ebfcc7 #c7ebfc

Analogous Colors of #fcc7eb

#fcc7eb #fcc7d1 #f3c7fc

Monochromatic Colors of #fcc7eb

#fcc7eb

Complementary Color

#fcc7eb #c7fcd8

#fcc7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7eb Color CSS Codes

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

#fcc7eb Text Font Color

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

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


#fcc7eb Background Color

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

This div background color is #fcc7eb


#fcc7eb Border Color

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

This div border color is #fcc7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7eb

Related Colors


Comments

No comments written yet.

Please login to write comment.