Color Hex Logo

#f3cafc Color Hex

#F3CAFC
(243,202,252)
0 Favorites   0 Comments

Color spaces of #f3cafc

RGB 243202252
HSL0.800.890.89
HSV289°20°99°
CMYK 0.040.200.00   0.01
XYZ75.653468.3240101.2960
Yxy68.32400.30840.2786
Hunter Lab82.658318.7208-14.7978
CIE-Lab86.168222.9956-19.0903

#f3cafc color RGB value is (243,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001010 11111100
Octal 363 312 374
Decimal 243 202 252
Hex F3 CA FC

RGB Percentages of Color #f3cafc

%34.86
%28.98
%36.15

CMYK Percentages of Color #f3cafc

%4
%20
%0
%1

Triadic Colors of #f3cafc

#f3cafc #fcf3ca #cafcf3

Analogous Colors of #f3cafc

#f3cafc #fccaec #dacafc

Monochromatic Colors of #f3cafc

#f3cafc

Complementary Color

#f3cafc #d3fcca

#f3cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cafc Color CSS Codes

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

#f3cafc Text Font Color

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

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


#f3cafc Background Color

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

This div background color is #f3cafc


#f3cafc Border Color

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

This div border color is #f3cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cafc


Comments

No comments written yet.

Please login to write comment.