Color Hex Logo

#f6c4ca Color Hex

#F6C4CA
(246,196,202)
0 Favorites   0 Comments

Color spaces of #f6c4ca

RGB 246196202
HSL0.980.740.87
HSV353°20°96°
CMYK 0.000.200.18   0.04
XYZ68.406663.337064.4969
Yxy63.33700.34860.3228
Hunter Lab79.584514.15617.6594
CIE-Lab83.619418.68713.7910

#f6c4ca color RGB value is (246,196,202).

#f6c4ca hex color red value is 246, green value is 196 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f6c4ca hue: 0.98 , saturation: 0.74 and the lightness value of f6c4ca is 0.87.

The process color (four color CMYK) of #f6c4ca color hex is 0.00, 0.20, 0.18, 0.04. Web safe color of #f6c4ca is #ffcccc. Color #f6c4ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000100 11001010
Octal 366 304 312
Decimal 246 196 202
Hex F6 C4 CA

RGB Percentages of Color #f6c4ca

%38.20
%30.43
%31.37

CMYK Percentages of Color #f6c4ca

%0
%20
%18
%4

Triadic Colors of #f6c4ca

#f6c4ca #caf6c4 #c4caf6

Analogous Colors of #f6c4ca

#f6c4ca #f6d7c4 #f6c4e3

Monochromatic Colors of #f6c4ca

#f6c4ca

Complementary Color

#f6c4ca #c4f6f0

#f6c4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c4ca Color CSS Codes

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

#f6c4ca Text Font Color

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

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


#f6c4ca Background Color

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

This div background color is #f6c4ca


#f6c4ca Border Color

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

This div border color is #f6c4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c4ca


Comments

No comments written yet.

Please login to write comment.