Color Hex Logo

#f6cfca Color Hex

#F6CFCA
(246,207,202)
5 Favorites   0 Comments

Color spaces of #f6cfca

RGB 246207202
HSL0.020.710.88
HSV18°96°
CMYK 0.000.160.18   0.04
XYZ70.979568.482765.3546
Yxy68.48270.34660.3344
Hunter Lab82.75438.282011.1041
CIE-Lab86.247212.90887.5805

#f6cfca color RGB value is (246,207,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11001010
Octal 366 317 312
Decimal 246 207 202
Hex F6 CF CA

RGB Percentages of Color #f6cfca

%37.56
%31.60
%30.84

CMYK Percentages of Color #f6cfca

%0
%16
%18
%4

Triadic Colors of #f6cfca

#f6cfca #caf6cf #cfcaf6

Analogous Colors of #f6cfca

#f6cfca #f6e5ca #f6cadb

Monochromatic Colors of #f6cfca

#f6cfca

Complementary Color

#f6cfca #caf1f6

#f6cfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfca Color CSS Codes

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

#f6cfca Text Font Color

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

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


#f6cfca Background Color

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

This div background color is #f6cfca


#f6cfca Border Color

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

This div border color is #f6cfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfca

#f6cfca Color Palettes


Comments

No comments written yet.

Please login to write comment.