Color Hex Logo

#f6cafc Color Hex

#F6CAFC
(246,202,252)
0 Favorites   0 Comments

Color spaces of #f6cafc

RGB 246202252
HSL0.810.890.89
HSV293°20°99°
CMYK 0.020.200.00   0.01
XYZ76.697368.8622101.3448
Yxy68.86220.31060.2789
Hunter Lab82.983319.7580-14.3207
CIE-Lab86.435823.9639-18.6603

#f6cafc color RGB value is (246,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11111100
Octal 366 312 374
Decimal 246 202 252
Hex F6 CA FC

RGB Percentages of Color #f6cafc

%35.14
%28.86
%36.00

CMYK Percentages of Color #f6cafc

%2
%20
%0
%1

Triadic Colors of #f6cafc

#f6cafc #fcf6ca #cafcf6

Analogous Colors of #f6cafc

#f6cafc #fccae9 #ddcafc

Monochromatic Colors of #f6cafc

#f6cafc

Complementary Color

#f6cafc #d0fcca

#f6cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cafc Color CSS Codes

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

#f6cafc Text Font Color

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

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


#f6cafc Background Color

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

This div background color is #f6cafc


#f6cafc Border Color

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

This div border color is #f6cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cafc

Related Colors


Comments

No comments written yet.

Please login to write comment.