Color Hex Logo

#f9becc Color Hex

#F9BECC
(249,190,204)
0 Favorites   0 Comments

Color spaces of #f9becc

RGB 249190204
HSL0.960.830.86
HSV346°24°98°
CMYK 0.000.240.18   0.02
XYZ68.379561.326365.3599
Yxy61.32630.35050.3144
Hunter Lab78.311118.81775.3332
CIE-Lab82.553823.22081.2080

#f9becc color RGB value is (249,190,204).

#f9becc hex color red value is 249, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f9becc hue: 0.96 , saturation: 0.83 and the lightness value of f9becc is 0.86.

The process color (four color CMYK) of #f9becc color hex is 0.00, 0.24, 0.18, 0.02. Web safe color of #f9becc is #ffcccc. Color #f9becc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111110 11001100
Octal 371 276 314
Decimal 249 190 204
Hex F9 BE CC

RGB Percentages of Color #f9becc

%38.72
%29.55
%31.73

CMYK Percentages of Color #f9becc

%0
%24
%18
%2

Triadic Colors of #f9becc

#f9becc #ccf9be #beccf9

Analogous Colors of #f9becc

#f9becc #f9cebe #f9beea

Monochromatic Colors of #f9becc

#f9becc

Complementary Color

#f9becc #bef9eb

#f9becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9becc Color CSS Codes

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

#f9becc Text Font Color

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

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


#f9becc Background Color

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

This div background color is #f9becc


#f9becc Border Color

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

This div border color is #f9becc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,190,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9becc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9becc;
  -webkit-box-shadow: 1px 1px 3px 2px #f9becc;
  box-shadow:         1px 1px 3px 2px #f9becc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,190,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9becc


Comments

No comments written yet.

Please login to write comment.