Color Hex Logo

#f9ccba Color Hex

#F9CCBA
(249,204,186)
0 Favorites   0 Comments

Color spaces of #f9ccba

RGB 249204186
HSL0.050.840.85
HSV17°25°98°
CMYK 0.000.180.25   0.02
XYZ69.522766.870655.6975
Yxy66.87060.36190.3481
Hunter Lab81.77448.651216.8590
CIE-Lab85.438613.269614.9425

#f9ccba color RGB value is (249,204,186).

#f9ccba hex color red value is 249, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f9ccba hue: 0.05 , saturation: 0.84 and the lightness value of f9ccba is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001100 10111010
Octal 371 314 272
Decimal 249 204 186
Hex F9 CC BA

RGB Percentages of Color #f9ccba

%38.97
%31.92
%29.11

CMYK Percentages of Color #f9ccba

%0
%18
%25
%2

Triadic Colors of #f9ccba

#f9ccba #baf9cc #ccbaf9

Analogous Colors of #f9ccba

#f9ccba #f9ecba #f9bac8

Monochromatic Colors of #f9ccba

#f9ccba

Complementary Color

#f9ccba #bae7f9

#f9ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ccba Color CSS Codes

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

#f9ccba Text Font Color

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

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


#f9ccba Background Color

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

This div background color is #f9ccba


#f9ccba Border Color

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

This div border color is #f9ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ccba

Related Colors


Comments

No comments written yet.

Please login to write comment.