Color Hex Logo

#f6cae9 Color Hex

#F6CAE9
(246,202,233)
0 Favorites   0 Comments

Color spaces of #f6cae9

RGB 246202233
HSL0.880.710.88
HSV318°18°96°
CMYK 0.000.180.05   0.04
XYZ73.834567.717186.2700
Yxy67.71710.32410.2972
Hunter Lab82.290416.1497-4.5540
CIE-Lab85.864820.5597-9.4384

#f6cae9 color RGB value is (246,202,233).

#f6cae9 hex color red value is 246, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #f6cae9 hue: 0.88 , saturation: 0.71 and the lightness value of f6cae9 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11101001
Octal 366 312 351
Decimal 246 202 233
Hex F6 CA E9

RGB Percentages of Color #f6cae9

%36.12
%29.66
%34.21

CMYK Percentages of Color #f6cae9

%0
%18
%5
%4

Triadic Colors of #f6cae9

#f6cae9 #e9f6ca #cae9f6

Analogous Colors of #f6cae9

#f6cae9 #f6cad3 #edcaf6

Monochromatic Colors of #f6cae9

#f6cae9

Complementary Color

#f6cae9 #caf6d7

#f6cae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cae9 Color CSS Codes

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

#f6cae9 Text Font Color

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

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


#f6cae9 Background Color

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

This div background color is #f6cae9


#f6cae9 Border Color

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

This div border color is #f6cae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cae9


Comments

No comments written yet.

Please login to write comment.