Color Hex Logo

#f9f3fe Color Hex

#F9F3FE
(249,243,254)
0 Favorites   0 Comments

Color spaces of #f9f3fe

RGB 249243254
HSL0.760.850.97
HSV273°100°
CMYK 0.020.040.00   0.00
XYZ89.006991.3967106.7161
Yxy91.39670.31000.3183
Hunter Lab95.6016-1.11600.7382
CIE-Lab96.57323.9468-4.5727

#f9f3fe color RGB value is (249,243,254).

#f9f3fe hex color red value is 249, green value is 243 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f9f3fe hue: 0.76 , saturation: 0.85 and the lightness value of f9f3fe is 0.97.

The process color (four color CMYK) of #f9f3fe color hex is 0.02, 0.04, 0.00, 0.00. Web safe color of #f9f3fe is #ffffff. Color #f9f3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11110011 11111110
Octal 371 363 376
Decimal 249 243 254
Hex F9 F3 FE

RGB Percentages of Color #f9f3fe

%33.38
%32.57
%34.05

CMYK Percentages of Color #f9f3fe

%2
%4
%0
%0

Triadic Colors of #f9f3fe

#f9f3fe #fef9f3 #f3fef9

Analogous Colors of #f9f3fe

#f9f3fe #fef3fe #f4f3fe

Monochromatic Colors of #f9f3fe

#f9f3fe

Complementary Color

#f9f3fe #f8fef3

#f9f3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9f3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9f3fe Color CSS Codes

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

#f9f3fe Text Font Color

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

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


#f9f3fe Background Color

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

This div background color is #f9f3fe


#f9f3fe Border Color

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

This div border color is #f9f3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9f3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.