Color Hex Logo

#f6ddca Color Hex

#F6DDCA
(246,221,202)
0 Favorites   0 Comments

Color spaces of #f6ddca

RGB 246221202
HSL0.070.710.88
HSV26°18°96°
CMYK 0.000.100.18   0.04
XYZ74.523275.570066.5358
Yxy75.57000.34400.3488
Hunter Lab86.93100.893115.4720
CIE-Lab89.65935.628612.4530

#f6ddca color RGB value is (246,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11001010
Octal 366 335 312
Decimal 246 221 202
Hex F6 DD CA

RGB Percentages of Color #f6ddca

%36.77
%33.03
%30.19

CMYK Percentages of Color #f6ddca

%0
%10
%18
%4

Triadic Colors of #f6ddca

#f6ddca #caf6dd #ddcaf6

Analogous Colors of #f6ddca

#f6ddca #f6f3ca #f6cacd

Monochromatic Colors of #f6ddca

#f6ddca

Complementary Color

#f6ddca #cae3f6

#f6ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ddca Color CSS Codes

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

#f6ddca Text Font Color

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

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


#f6ddca Background Color

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

This div background color is #f6ddca


#f6ddca Border Color

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

This div border color is #f6ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ddca


Comments

No comments written yet.

Please login to write comment.