Color Hex Logo

#f3fad8 Color Hex

#F3FAD8
(243,250,216)
0 Favorites   0 Comments

Color spaces of #f3fad8

RGB 243250216
HSL0.200.770.91
HSV72°14°98°
CMYK 0.030.000.14   0.02
XYZ83.542492.383878.3944
Yxy92.38380.32850.3633
Hunter Lab96.1165-13.055518.9235
CIE-Lab96.9770-8.016815.5327

#f3fad8 color RGB value is (243,250,216).

#f3fad8 hex color red value is 243, green value is 250 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #f3fad8 hue: 0.20 , saturation: 0.77 and the lightness value of f3fad8 is 0.91.

The process color (four color CMYK) of #f3fad8 color hex is 0.03, 0.00, 0.14, 0.02. Web safe color of #f3fad8 is #ffffcc. Color #f3fad8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11111010 11011000
Octal 363 372 330
Decimal 243 250 216
Hex F3 FA D8

RGB Percentages of Color #f3fad8

%34.27
%35.26
%30.47

CMYK Percentages of Color #f3fad8

%3
%0
%14
%2

Triadic Colors of #f3fad8

#f3fad8 #d8f3fa #fad8f3

Analogous Colors of #f3fad8

#f3fad8 #e2fad8 #faf0d8

Monochromatic Colors of #f3fad8

#f3fad8

Complementary Color

#f3fad8 #dfd8fa

#f3fad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3fad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3fad8 Color CSS Codes

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

#f3fad8 Text Font Color

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

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


#f3fad8 Background Color

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

This div background color is #f3fad8


#f3fad8 Border Color

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

This div border color is #f3fad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3fad8

Related Colors


Comments

No comments written yet.

Please login to write comment.