Color Hex Logo

#fccffa Color Hex

#FCCFFA
(252,207,250)
0 Favorites   0 Comments

Color spaces of #fccffa

RGB 252207250
HSL0.840.880.90
HSV303°18°99°
CMYK 0.000.180.01   0.01
XYZ79.713072.2232100.1816
Yxy72.22320.31620.2865
Hunter Lab84.984218.7059-10.4036
CIE-Lab88.075922.9171-15.0825

#fccffa color RGB value is (252,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11111010
Octal 374 317 372
Decimal 252 207 250
Hex FC CF FA

RGB Percentages of Color #fccffa

%35.54
%29.20
%35.26

CMYK Percentages of Color #fccffa

%0
%18
%1
%1

Triadic Colors of #fccffa

#fccffa #fafccf #cffafc

Analogous Colors of #fccffa

#fccffa #fccfe4 #e8cffc

Monochromatic Colors of #fccffa

#fccffa

Complementary Color

#fccffa #cffcd1

#fccffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccffa Color CSS Codes

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

#fccffa Text Font Color

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

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


#fccffa Background Color

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

This div background color is #fccffa


#fccffa Border Color

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

This div border color is #fccffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,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 #fccffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccffa

Related Colors

#fccffa Color Palettes


Comments

No comments written yet.

Please login to write comment.