Color Hex Logo

#fccafa Color Hex

#FCCAFA
(252,202,250)
0 Favorites   0 Comments

Color spaces of #fccafa

RGB 252202250
HSL0.840.890.89
HSV302°20°99°
CMYK 0.000.200.01   0.01
XYZ78.520769.838699.7842
Yxy69.83860.31640.2814
Hunter Lab83.569521.4694-12.2952
CIE-Lab86.917625.5469-16.8220

#fccafa color RGB value is (252,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11111010
Octal 374 312 372
Decimal 252 202 250
Hex FC CA FA

RGB Percentages of Color #fccafa

%35.80
%28.69
%35.51

CMYK Percentages of Color #fccafa

%0
%20
%1
%1

Triadic Colors of #fccafa

#fccafa #fafcca #cafafc

Analogous Colors of #fccafa

#fccafa #fccae1 #e5cafc

Monochromatic Colors of #fccafa

#fccafa

Complementary Color

#fccafa #cafccc

#fccafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccafa Color CSS Codes

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

#fccafa Text Font Color

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

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


#fccafa Background Color

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

This div background color is #fccafa


#fccafa Border Color

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

This div border color is #fccafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccafa

Related Colors


Comments

No comments written yet.

Please login to write comment.