Color Hex Logo

#f9caef Color Hex

#F9CAEF
(249,202,239)
0 Favorites   0 Comments

Color spaces of #f9caef

RGB 249202239
HSL0.870.800.88
HSV313°19°98°
CMYK 0.000.190.04   0.02
XYZ75.767468.612890.9116
Yxy68.61280.32200.2916
Hunter Lab82.832818.3169-7.0896
CIE-Lab86.312022.6086-11.9287

#f9caef color RGB value is (249,202,239).

#f9caef hex color red value is 249, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f9caef hue: 0.87 , saturation: 0.80 and the lightness value of f9caef is 0.88.

The process color (four color CMYK) of #f9caef color hex is 0.00, 0.19, 0.04, 0.02. Web safe color of #f9caef is #ffccff. Color #f9caef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 11101111
Octal 371 312 357
Decimal 249 202 239
Hex F9 CA EF

RGB Percentages of Color #f9caef

%36.09
%29.28
%34.64

CMYK Percentages of Color #f9caef

%0
%19
%4
%2

Triadic Colors of #f9caef

#f9caef #eff9ca #caeff9

Analogous Colors of #f9caef

#f9caef #f9cad8 #eccaf9

Monochromatic Colors of #f9caef

#f9caef

Complementary Color

#f9caef #caf9d4

#f9caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9caef Color CSS Codes

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

#f9caef Text Font Color

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

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


#f9caef Background Color

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

This div background color is #f9caef


#f9caef Border Color

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

This div border color is #f9caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9caef


Comments

No comments written yet.

Please login to write comment.