Color Hex Logo

#fccaf9 Color Hex

#FCCAF9
(252,202,249)
0 Favorites   0 Comments

Color spaces of #fccaf9

RGB 252202249
HSL0.840.890.89
HSV304°20°99°
CMYK 0.000.200.01   0.01
XYZ78.364369.776198.9604
Yxy69.77610.31710.2824
Hunter Lab83.532121.2758-11.7684
CIE-Lab86.886925.3676-16.3388

#fccaf9 color RGB value is (252,202,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11111001
Octal 374 312 371
Decimal 252 202 249
Hex FC CA F9

RGB Percentages of Color #fccaf9

%35.85
%28.73
%35.42

CMYK Percentages of Color #fccaf9

%0
%20
%1
%1

Triadic Colors of #fccaf9

#fccaf9 #f9fcca #caf9fc

Analogous Colors of #fccaf9

#fccaf9 #fccae0 #e6cafc

Monochromatic Colors of #fccaf9

#fccaf9

Complementary Color

#fccaf9 #cafccd

#fccaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaf9 Color CSS Codes

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

#fccaf9 Text Font Color

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

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


#fccaf9 Background Color

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

This div background color is #fccaf9


#fccaf9 Border Color

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

This div border color is #fccaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaf9


Comments

No comments written yet.

Please login to write comment.