crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#faffa0 hex color - Yellow - Warm color - Information

#faffa0 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #faffa0 Color code in RGB color code model is created after adding 98.04% red color, 100% green color and 62.75% blue color. Hex #faffa0 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 37% yellow and 0% black.

Hex #faffa0 color code is between #ffee99 web safe hex color code and #eeddaa web safe hex color code. #ffee99 is the nearest web safe color code. You can see here many more shades of #faffa0 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codefaffa0#faffa0
RGB Decimal250, 255, 160rgb(250, 255, 160)
RGB Percent98%, 100%, 63%rgb(98%, 100%, 63%)
CSS RGBa250, 255, 160,1rgba(250,255,160,1)
CMYK Modelcmyk(2%,0%,37%,0%)
HSL Color Space63,100% ,81%hsl(63,100% ,81%)
HSV Color Space63°, 37%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111111110100000
Octal372377240
Decimal250255160
Hexfaffa0

Different shades of #faffa0 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #faffa0
#fdffd3
Dark Shade of #faffa0
#f7ff6d
Saturated Shade of #faffa0
#faffa0
Desaturated Shade of #faffa0
#f6faa5
Grey scale Shade of #faffa0
#cfcfcf
Brighten Shade
#ffffb9
Most Readable Shade
#000000

Shades of #faffa0 color code

Generate more color scales with scales (color stack) generator.

#faffa0
#dee28e
#c2c67c
#a6aa6a
#8a8d58
#6f7147
#535535
#373823
#1b1c11
#000000

Similar Color like #faffa0 color

Find visually similar hex color codes nearing to #faffa0 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fbffa1
#fcffa2
#fdffa3
#feffa4
#ffffa5
#ffffa6
#ffffa7
#ffffa8
#ffffa9
#ffffaa
#ffffab
#ffffac
#ffffad
#ffffae
#f9fe9f
#f8fd9e
#f7fc9d
#f6fb9c
#f5fa9b
#f4f99a
#f3f899
#f2f798
#f1f697
#f0f596
#eff495
#eef394
#edf293
#ecf192

Monochromatic Color with #faffa0

#faffa0
#2a2a1b
#535535
#7d8050
#a7aa6b
#d0d485

Tints of #faffa0 Color

#faffa0
#faffaa
#fbffb5
#fbffbf
#fcffca
#fcffd4
#fdffdf
#fdffe9
#fefff4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#faffa0
#a5a0ff

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#faffa0
#a0cbff
#d5a0ff

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ffdea0
#fff1a0
#faffa0
#e7ffa0
#d4ffa0

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#faffa0
#a0faff
#ffa0fa

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#faffa0
#a0ffd4
#a5a0ff
#ffa0ca

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#faffa0
#a5a0ff
#d4a0ff
#cbffa0

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #faffa0 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#faffa0 Color Code Preview on Black Background Color

This is how #faffa0 Color will look on black background color. Color contrast ratio is 19.88

#faffa0 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#faffa0">Your Example Paragraph content text in with font color #faffa0 </p>

Your Example Paragraph content text in with font color #faffa0

HTML with inline CSS

<div style="color:#faffa0">Your Paragraph text in with font color #faffa0 </div>

Your Example Paragraph content text in with font color #faffa0

#faffa0 color code is use for CSS Background Color

Background color for the above div is #faffa0

HTML with inline CSS

<div style="background-color:#faffa0;"></div>

#faffa0 color code is use for CSS Border Color

CSS Border color for the above div is #faffa0

HTML with inline CSS

<div style="border:5px solid #faffa0;"></div>

CSS Border Left color for the above div is #faffa0

HTML with inline CSS

<div style="border-left:5px solid #faffa0;"></div>

CSS Border Right color for the above div is #faffa0

HTML with inline CSS

<div style="border-right:5px solid #faffa0;"></div>

CSS Border Bottom color for the above div is #faffa0

HTML with inline CSS

<div style="border-bottom:5px solid #faffa0;"></div>

CSS Border Top color for the above div is #faffa0

HTML with inline CSS

<div style="border-top:5px solid #faffa0;"></div>

#faffa0 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#faffa0; } .examplecolorclass {color:#faffa0; } .examplebordercolor {border:3px solid #faffa0; }

#faffa0 Color code Preview on White Background

This is how #faffa0 Color code will look on white background color. Color contrast ratio is 1.06

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #faffa0; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #faffa0; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.