Color Hex Logo

#f6cbea Color Hex

#F6CBEA
(246,203,234)
0 Favorites   0 Comments

Color spaces of #f6cbea

RGB 246203234
HSL0.880.700.88
HSV317°17°96°
CMYK 0.000.170.05   0.04
XYZ74.213368.245287.1031
Yxy68.24520.32330.2973
Hunter Lab82.610715.7869-4.6868
CIE-Lab86.128920.2059-9.5769

#f6cbea color RGB value is (246,203,234).

#f6cbea hex color red value is 246, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f6cbea hue: 0.88 , saturation: 0.70 and the lightness value of f6cbea is 0.88.

The process color (four color CMYK) of #f6cbea color hex is 0.00, 0.17, 0.05, 0.04. Web safe color of #f6cbea is #ffccff. Color #f6cbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001011 11101010
Octal 366 313 352
Decimal 246 203 234
Hex F6 CB EA

RGB Percentages of Color #f6cbea

%36.02
%29.72
%34.26

CMYK Percentages of Color #f6cbea

%0
%17
%5
%4

Triadic Colors of #f6cbea

#f6cbea #eaf6cb #cbeaf6

Analogous Colors of #f6cbea

#f6cbea #f6cbd5 #edcbf6

Monochromatic Colors of #f6cbea

#f6cbea

Complementary Color

#f6cbea #cbf6d7

#f6cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cbea Color CSS Codes

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

#f6cbea Text Font Color

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

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


#f6cbea Background Color

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

This div background color is #f6cbea


#f6cbea Border Color

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

This div border color is #f6cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cbea


Comments

No comments written yet.

Please login to write comment.