Color Hex Logo

#fcaff7 Color Hex

#FCAFF7
(252,175,247)
0 Favorites   0 Comments

Color spaces of #fcaff7

RGB 252175247
HSL0.840.930.84
HSV304°31°99°
CMYK 0.000.310.02   0.01
XYZ72.263458.070895.3958
Yxy58.07080.32010.2573
Hunter Lab76.204235.9118-20.8789
CIE-Lab80.778139.2014-24.5167

#fcaff7 color RGB value is (252,175,247).

#fcaff7 hex color red value is 252, green value is 175 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fcaff7 hue: 0.84 , saturation: 0.93 and the lightness value of fcaff7 is 0.84.

The process color (four color CMYK) of #fcaff7 color hex is 0.00, 0.31, 0.02, 0.01. Web safe color of #fcaff7 is #ff99ff. Color #fcaff7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11110111
Octal 374 257 367
Decimal 252 175 247
Hex FC AF F7

RGB Percentages of Color #fcaff7

%37.39
%25.96
%36.65

CMYK Percentages of Color #fcaff7

%0
%31
%2
%1

Triadic Colors of #fcaff7

#fcaff7 #f7fcaf #aff7fc

Analogous Colors of #fcaff7

#fcaff7 #fcafd1 #dbaffc

Monochromatic Colors of #fcaff7

#fcaff7

Complementary Color

#fcaff7 #affcb4

#fcaff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaff7 Color CSS Codes

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

#fcaff7 Text Font Color

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

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


#fcaff7 Background Color

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

This div background color is #fcaff7


#fcaff7 Border Color

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

This div border color is #fcaff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaff7

Related Colors


Comments

No comments written yet.

Please login to write comment.