Color Hex Logo

#fccfe3 Color Hex

#FCCFE3
(252,207,227)
0 Favorites   0 Comments

Color spaces of #fccfe3

RGB 252207227
HSL0.930.880.90
HSV333°18°99°
CMYK 0.000.180.10   0.01
XYZ76.322870.867182.3291
Yxy70.86710.33250.3088
Hunter Lab84.182614.51460.9432
CIE-Lab87.420418.9609-3.8943

#fccfe3 color RGB value is (252,207,227).

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

The process color (four color CMYK) of #fccfe3 color hex is 0.00, 0.18, 0.10, 0.01. Web safe color of #fccfe3 is #ffcccc. Color #fccfe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11100011
Octal 374 317 343
Decimal 252 207 227
Hex FC CF E3

RGB Percentages of Color #fccfe3

%36.73
%30.17
%33.09

CMYK Percentages of Color #fccfe3

%0
%18
%10
%1

Triadic Colors of #fccfe3

#fccfe3 #e3fccf #cfe3fc

Analogous Colors of #fccfe3

#fccfe3 #fcd2cf #fccffa

Monochromatic Colors of #fccfe3

#fccfe3

Complementary Color

#fccfe3 #cffce8

#fccfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfe3 Color CSS Codes

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

#fccfe3 Text Font Color

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

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


#fccfe3 Background Color

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

This div background color is #fccfe3


#fccfe3 Border Color

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

This div border color is #fccfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfe3

Related Colors


Comments

No comments written yet.

Please login to write comment.