Color Hex Logo

#f0ccfa Color Hex

#F0CCFA
(240,204,250)
0 Favorites   0 Comments

Color spaces of #f0ccfa

RGB 240204250
HSL0.800.820.89
HSV287°18°98°
CMYK 0.040.180.00   0.02
XYZ74.783468.613199.7446
Yxy68.61310.30760.2822
Hunter Lab82.833016.1958-13.4118
CIE-Lab86.312120.5923-17.8403

#f0ccfa color RGB value is (240,204,250).

#f0ccfa hex color red value is 240, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f0ccfa hue: 0.80 , saturation: 0.82 and the lightness value of f0ccfa is 0.89.

The process color (four color CMYK) of #f0ccfa color hex is 0.04, 0.18, 0.00, 0.02. Web safe color of #f0ccfa is #ffccff. Color #f0ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001100 11111010
Octal 360 314 372
Decimal 240 204 250
Hex F0 CC FA

RGB Percentages of Color #f0ccfa

%34.58
%29.39
%36.02

CMYK Percentages of Color #f0ccfa

%4
%18
%0
%2

Triadic Colors of #f0ccfa

#f0ccfa #faf0cc #ccfaf0

Analogous Colors of #f0ccfa

#f0ccfa #facced #d9ccfa

Monochromatic Colors of #f0ccfa

#f0ccfa

Complementary Color

#f0ccfa #d6facc

#f0ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ccfa Color CSS Codes

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

#f0ccfa Text Font Color

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

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


#f0ccfa Background Color

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

This div background color is #f0ccfa


#f0ccfa Border Color

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

This div border color is #f0ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.