Color Hex Logo

#fccaf1 Color Hex

#FCCAF1
(252,202,241)
0 Favorites   0 Comments

Color spaces of #fccaf1

RGB 252202241
HSL0.870.890.89
HSV313°20°99°
CMYK 0.000.200.04   0.01
XYZ77.142669.287492.5270
Yxy69.28740.32280.2900
Hunter Lab83.239119.7583-7.6383
CIE-Lab86.646223.9561-12.4614

#fccaf1 color RGB value is (252,202,241).

#fccaf1 hex color red value is 252, green value is 202 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #fccaf1 hue: 0.87 , saturation: 0.89 and the lightness value of fccaf1 is 0.89.

The process color (four color CMYK) of #fccaf1 color hex is 0.00, 0.20, 0.04, 0.01. Web safe color of #fccaf1 is #ffccff. Color #fccaf1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11110001
Octal 374 312 361
Decimal 252 202 241
Hex FC CA F1

RGB Percentages of Color #fccaf1

%36.26
%29.06
%34.68

CMYK Percentages of Color #fccaf1

%0
%20
%4
%1

Triadic Colors of #fccaf1

#fccaf1 #f1fcca #caf1fc

Analogous Colors of #fccaf1

#fccaf1 #fccad8 #eecafc

Monochromatic Colors of #fccaf1

#fccaf1

Complementary Color

#fccaf1 #cafcd5

#fccaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaf1 Color CSS Codes

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

#fccaf1 Text Font Color

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

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


#fccaf1 Background Color

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

This div background color is #fccaf1


#fccaf1 Border Color

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

This div border color is #fccaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaf1


Comments

No comments written yet.

Please login to write comment.