Color Hex Logo

#f9cfee Color Hex

#F9CFEE
(249,207,238)
0 Favorites   0 Comments

Color spaces of #f9cfee

RGB 249207238
HSL0.880.780.89
HSV316°17°98°
CMYK 0.000.170.04   0.02
XYZ76.812470.938490.5330
Yxy70.93840.32240.2977
Hunter Lab84.224915.3968-4.7731
CIE-Lab87.455119.8031-9.6960

#f9cfee color RGB value is (249,207,238).

#f9cfee hex color red value is 249, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f9cfee hue: 0.88 , saturation: 0.78 and the lightness value of f9cfee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001111 11101110
Octal 371 317 356
Decimal 249 207 238
Hex F9 CF EE

RGB Percentages of Color #f9cfee

%35.88
%29.83
%34.29

CMYK Percentages of Color #f9cfee

%0
%17
%4
%2

Triadic Colors of #f9cfee

#f9cfee #eef9cf #cfeef9

Analogous Colors of #f9cfee

#f9cfee #f9cfd9 #efcff9

Monochromatic Colors of #f9cfee

#f9cfee

Complementary Color

#f9cfee #cff9da

#f9cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cfee Color CSS Codes

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

#f9cfee Text Font Color

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

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


#f9cfee Background Color

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

This div background color is #f9cfee


#f9cfee Border Color

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

This div border color is #f9cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cfee


Comments

No comments written yet.

Please login to write comment.