Color Hex Logo

#f0cafc Color Hex

#F0CAFC
(240,202,252)
0 Favorites   0 Comments

Color spaces of #f0cafc

RGB 240202252
HSL0.790.890.89
HSV286°20°99°
CMYK 0.050.200.00   0.01
XYZ74.626467.7946101.2479
Yxy67.79460.30630.2782
Hunter Lab82.337517.6925-15.2709
CIE-Lab85.903622.0296-19.5155

#f0cafc color RGB value is (240,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001010 11111100
Octal 360 312 374
Decimal 240 202 252
Hex F0 CA FC

RGB Percentages of Color #f0cafc

%34.58
%29.11
%36.31

CMYK Percentages of Color #f0cafc

%5
%20
%0
%1

Triadic Colors of #f0cafc

#f0cafc #fcf0ca #cafcf0

Analogous Colors of #f0cafc

#f0cafc #fccaef #d7cafc

Monochromatic Colors of #f0cafc

#f0cafc

Complementary Color

#f0cafc #d6fcca

#f0cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cafc Color CSS Codes

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

#f0cafc Text Font Color

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

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


#f0cafc Background Color

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

This div background color is #f0cafc


#f0cafc Border Color

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

This div border color is #f0cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cafc

Related Colors


Comments

No comments written yet.

Please login to write comment.