Color Hex Logo

#f6caef Color Hex

#F6CAEF
(246,202,239)
0 Favorites   0 Comments

Color spaces of #f6caef

RGB 246202239
HSL0.860.710.88
HSV310°18°96°
CMYK 0.000.180.03   0.04
XYZ74.706668.065990.8619
Yxy68.06590.31980.2913
Hunter Lab82.502117.2553-7.5463
CIE-Lab86.039421.6097-12.3643

#f6caef color RGB value is (246,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11101111
Octal 366 312 357
Decimal 246 202 239
Hex F6 CA EF

RGB Percentages of Color #f6caef

%35.81
%29.40
%34.79

CMYK Percentages of Color #f6caef

%0
%18
%3
%4

Triadic Colors of #f6caef

#f6caef #eff6ca #caeff6

Analogous Colors of #f6caef

#f6caef #f6cad9 #e7caf6

Monochromatic Colors of #f6caef

#f6caef

Complementary Color

#f6caef #caf6d1

#f6caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6caef Color CSS Codes

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

#f6caef Text Font Color

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

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


#f6caef Background Color

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

This div background color is #f6caef


#f6caef Border Color

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

This div border color is #f6caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6caef

Related Colors


Comments

No comments written yet.

Please login to write comment.