Color Hex Logo

#f9cabc Color Hex

#F9CABC
(249,202,188)
0 Favorites   0 Comments

Color spaces of #f9cabc

RGB 249202188
HSL0.040.840.86
HSV14°24°98°
CMYK 0.000.190.24   0.02
XYZ69.264666.011656.6678
Yxy66.01160.36090.3439
Hunter Lab81.24759.990515.5202
CIE-Lab85.002314.591713.2669

#f9cabc color RGB value is (249,202,188).

#f9cabc hex color red value is 249, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f9cabc hue: 0.04 , saturation: 0.84 and the lightness value of f9cabc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 10111100
Octal 371 312 274
Decimal 249 202 188
Hex F9 CA BC

RGB Percentages of Color #f9cabc

%38.97
%31.61
%29.42

CMYK Percentages of Color #f9cabc

%0
%19
%24
%2

Triadic Colors of #f9cabc

#f9cabc #bcf9ca #cabcf9

Analogous Colors of #f9cabc

#f9cabc #f9e9bc #f9bccd

Monochromatic Colors of #f9cabc

#f9cabc

Complementary Color

#f9cabc #bcebf9

#f9cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cabc Color CSS Codes

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

#f9cabc Text Font Color

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

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


#f9cabc Background Color

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

This div background color is #f9cabc


#f9cabc Border Color

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

This div border color is #f9cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cabc


Comments

No comments written yet.

Please login to write comment.