#f2f1e6 Color Hex Abaidh White

Information about Abaidh White Color | #0000FF

#f2f1e6 color RGB value is (242,241,230). #f2f1e6 color name is Abaidh White color.

#f2f1e6 hex color red value is 242 , green value is 241 and the blue value of its RGB is 230 . Cylindrical-coordinate representations (also known as HSL) of color #f2f1e6 hue: 55 , saturation: 32 and the lightness value of #f2f1e6 is 93

The process color (four color CMYK) of #f2f1e6 color hex is 0 , 0 ,2, 2 .

#f2f1e6

~Abaidh White

Color Converions

HEX
#f2f1e6
RGB
242,241,230
LAB
95,-1,5
CMYK
0,0,5,5
LCH
95,6,101
XYZ
82,88,87
HSV
55,5,95
HSL
55,32,93

Base Numbers

Base Red Green Blue
Binary 11110010 11110001 11100110
Octal 362 361 346
Decimal 242 241 230
Hex f2 f1 e6

RGB Percentages of Color #f2f1e6

95%
95%
90%

CMYK Percentages of Color #f2f1e6

0%
2%
0%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #f2f1e6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#f2f1e6
20%
#dad9cf
30%
#c2c1b8
40%
#a9a9a1
50%
#91918a
60%
#797973
70%
#61605c
80%
#494845
90%
#30302e
100%
#181817

Tints of #f2f1e6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#f2f1e6
20%
#f3f2e9
30%
#f5f4eb
40%
#f6f5ed
50%
#f7f7f0
60%
#f9f8f2
70%
#faf9f5
80%
#fbfbf7
90%
#fcfcfa
100%
#fefefc

Tones of #f2f1e6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#f2f1e6
20%
#e7e6dc
30%
#dbdad2
40%
#d0cfc7
50%
#c4c4bd
60%
#b9b8b3
70%
#adada9
80%
#a2a29e
90%
#969694
100%
#8b8b8a

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#f2f1e6
#f2ece6
#f2efe6
#f2f1e6
#f1f2e6
#eef2e6

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#f2f1e6
#e6e7f2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f2f1e6
#e6f2e7
#ece6f2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f2f1e6
#e6f2f1
#f1e6f2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#f2f1e6
#e6f2eb
#e6e7f2
#f2e6ed

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f2f1e6
#1d1d1c
#484844
#72726d
#9d9c95
#c7c7be

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#f2f1e6

protanopia

#f7efe4

deuteranopia

#ffecec

tritanopia

#f6edff

achromatopsia

#f0f0f0

protanomaly

#f5f0e5

deuteranomaly

#faeeea

achromatopsia

#f0f0f0

tritanomaly

#f5eef6

achromatomaly

#f1f1ed

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 19/21
Hello World !

#f2f1e6 Color CSS Codes

.bgcolor {background-color:#f2f1e6; } 
.forecolor {color:#f2f1e6; }
.bordercolor {border:3px solid #f2f1e6; }
            

#f2f1e6 Text Font Color

<div style="color:#f2f1e6">
Div content here</div>

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

#f2f1e6 Background Color

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

#f2f1e6 Border Color

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

This div border color is #f2f1e6

#f2f1e6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #f2f1e6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2f1e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2f1e6;
  -webkit-box-shadow: 1px 1px 3px 2px #f2f1e6;
  box-shadow: 1px 1px 3px 2px #f2f1e6; }
            

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2f1e6

More Colors

Highball
#928c3c
Kelley Green
#02ab2e
Ancient Bronze
#9c5221
Golden Lion
#f3ca6c
Forgiven Sin
#ff1199
Pear Cactus
#91af88
Pink Lady
#f3d7b6
Nyanza
#e9ffdb
Night Watch
#3c4f4e
Campanula Purple
#6c6d94
Liver
#534b4f
Little Theater
#73778f
Naturel
#cbc0ad
Greywood
#9d9586
Birthday Cake
#e9d2cc
Blueberry Whip
#d1d4db
Golden Syrup
#ebd8b3
Copenhagen Blue
#21638b
Opal Flame
#e95c4b
Pink Mirage
#f4ede9
Del Rio
#b5998e
Double Dragon Skin
#fca044
Bungalow Maple
#e4c590
Chill of Teamwork
#256d8d
Cathay Spice
#99642c
Capsicum Red
#76392e
Pacific Bridge
#0052cc
Holly Berry
#b44e5d
Caramel Dream
#b8623b
Chocolate Stain
#84563c
Green Tea Candy
#65ab7c
Petrified Oak
#8d7960
Aztec Warrior
#bb0066
Bonfire
#f78058
Light Instant
#e2d9d4
Olive Gold
#bfac8b
Monroe Kiss
#dec1b8
Calcareous Sinter
#ddeeff
Caddies Silk
#3e354d
Bosporus
#015d75
rating-img
Rate this tool
NaN/5   0 votes