Color Hex Logo

#fccaf5 Color Hex

#FCCAF5
(252,202,245)
0 Favorites   0 Comments

Color spaces of #fccaf5

RGB 252202245
HSL0.860.890.89
HSV308°20°99°
CMYK 0.000.200.03   0.01
XYZ77.746869.529195.7090
Yxy69.52910.32000.2861
Hunter Lab83.384120.5100-9.6847
CIE-Lab86.765424.6567-14.4030

#fccaf5 color RGB value is (252,202,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11110101
Octal 374 312 365
Decimal 252 202 245
Hex FC CA F5

RGB Percentages of Color #fccaf5

%36.05
%28.90
%35.05

CMYK Percentages of Color #fccaf5

%0
%20
%3
%1

Triadic Colors of #fccaf5

#fccaf5 #f5fcca #caf5fc

Analogous Colors of #fccaf5

#fccaf5 #fccadc #eacafc

Monochromatic Colors of #fccaf5

#fccaf5

Complementary Color

#fccaf5 #cafcd1

#fccaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaf5 Color CSS Codes

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

#fccaf5 Text Font Color

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

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


#fccaf5 Background Color

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

This div background color is #fccaf5


#fccaf5 Border Color

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

This div border color is #fccaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaf5


Comments

No comments written yet.

Please login to write comment.