Color Hex Logo

#fccaff Color Hex

#FCCAFF
(252,202,255)
0 Favorites   0 Comments

Color spaces of #fccaff

RGB 252202255
HSL0.821.000.90
HSV297°21°100°
CMYK 0.010.210.00   0.00
XYZ79.315470.1565103.9689
Yxy70.15650.31300.2768
Hunter Lab83.759522.4501-14.9638
CIE-Lab87.073626.4523-19.2317

#fccaff color RGB value is (252,202,255).

#fccaff hex color red value is 252, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fccaff hue: 0.82 , saturation: 1.00 and the lightness value of fccaff is 0.90.

The process color (four color CMYK) of #fccaff color hex is 0.01, 0.21, 0.00, 0.00. Web safe color of #fccaff is #ffccff. Color #fccaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11111111
Octal 374 312 377
Decimal 252 202 255
Hex FC CA FF

RGB Percentages of Color #fccaff

%35.54
%28.49
%35.97

CMYK Percentages of Color #fccaff

%1
%21
%0
%0

Triadic Colors of #fccaff

#fccaff #fffcca #cafffc

Analogous Colors of #fccaff

#fccaff #ffcae8 #e2caff

Monochromatic Colors of #fccaff

#fccaff

Complementary Color

#fccaff #cdffca

#fccaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaff Color CSS Codes

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

#fccaff Text Font Color

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

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


#fccaff Background Color

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

This div background color is #fccaff


#fccaff Border Color

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

This div border color is #fccaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaff

Related Colors

#fccaff Color Palettes


Comments

No comments written yet.

Please login to write comment.