Color Hex Logo

#f6d2ca Color Hex

#F6D2CA
(246,210,202)
0 Favorites   0 Comments

Color spaces of #f6d2ca

RGB 246210202
HSL0.030.710.88
HSV11°18°96°
CMYK 0.000.150.18   0.04
XYZ71.713369.950365.5992
Yxy69.95030.34600.3375
Hunter Lab83.63636.689912.0420
CIE-Lab86.972511.34078.6207

#f6d2ca color RGB value is (246,210,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11010010 11001010
Octal 366 322 312
Decimal 246 210 202
Hex F6 D2 CA

RGB Percentages of Color #f6d2ca

%37.39
%31.91
%30.70

CMYK Percentages of Color #f6d2ca

%0
%15
%18
%4

Triadic Colors of #f6d2ca

#f6d2ca #caf6d2 #d2caf6

Analogous Colors of #f6d2ca

#f6d2ca #f6e8ca #f6cad8

Monochromatic Colors of #f6d2ca

#f6d2ca

Complementary Color

#f6d2ca #caeef6

#f6d2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6d2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6d2ca Color CSS Codes

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

#f6d2ca Text Font Color

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

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


#f6d2ca Background Color

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

This div background color is #f6d2ca


#f6d2ca Border Color

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

This div border color is #f6d2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6d2ca


Comments

No comments written yet.

Please login to write comment.