Color Hex Logo

#f6cae8 Color Hex

#F6CAE8
(246,202,232)
0 Favorites   0 Comments

Color spaces of #f6cae8

RGB 246202232
HSL0.890.710.88
HSV319°18°96°
CMYK 0.000.180.06   0.04
XYZ73.692167.660185.5196
Yxy67.66010.32480.2982
Hunter Lab82.255815.9688-4.0635
CIE-Lab85.836220.3872-8.9496

#f6cae8 color RGB value is (246,202,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11101000
Octal 366 312 350
Decimal 246 202 232
Hex F6 CA E8

RGB Percentages of Color #f6cae8

%36.18
%29.71
%34.12

CMYK Percentages of Color #f6cae8

%0
%18
%6
%4

Triadic Colors of #f6cae8

#f6cae8 #e8f6ca #cae8f6

Analogous Colors of #f6cae8

#f6cae8 #f6cad2 #eecaf6

Monochromatic Colors of #f6cae8

#f6cae8

Complementary Color

#f6cae8 #caf6d8

#f6cae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cae8 Color CSS Codes

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

#f6cae8 Text Font Color

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

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


#f6cae8 Background Color

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

This div background color is #f6cae8


#f6cae8 Border Color

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

This div border color is #f6cae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cae8


Comments

No comments written yet.

Please login to write comment.