#f0f4f2 Color Hex Bakery Box

Information about Bakery Box Color | #0000FF

#f0f4f2 color RGB value is (240,244,242). #f0f4f2 color name is Bakery Box color.

#f0f4f2 hex color red value is 240 , green value is 244 and the blue value of its RGB is 242 . Cylindrical-coordinate representations (also known as HSL) of color #f0f4f2 hue: 150 , saturation: 15 and the lightness value of #f0f4f2 is 95

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

#f0f4f2

~Bakery Box

Color Converions

HEX
#f0f4f2
RGB
240,244,242
LAB
96,-2,0
CMYK
2,0,1,4
LCH
96,2,165
XYZ
84,90,97
HSV
150,2,96
HSL
150,15,95

Base Numbers

Base Red Green Blue
Binary 11110000 11110100 11110010
Octal 360 364 362
Decimal 240 244 242
Hex f0 f4 f2

RGB Percentages of Color #f0f4f2

94%
96%
95%

CMYK Percentages of Color #f0f4f2

1%
0%
0%
2%

Color Variations

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

Shades of #f0f4f2

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

10%
#f0f4f2
20%
#d8dcda
30%
#c0c3c2
40%
#a8aba9
50%
#909291
60%
#787a79
70%
#606261
80%
#484949
90%
#303130
100%
#181818

Tints of #f0f4f2

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

10%
#f0f4f2
20%
#f2f5f3
30%
#f3f6f5
40%
#f4f7f6
50%
#f6f8f7
60%
#f7f9f9
70%
#f9fbfa
80%
#fafcfb
90%
#fcfdfc
100%
#fdfefe

Tones of #f0f4f2

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

10%
#f0f4f2
20%
#e5e8e7
30%
#dadddb
40%
#ced1d0
50%
#c3c5c4
60%
#b8bab9
70%
#adaead
80%
#a1a2a2
90%
#969796
100%
#8b8b8b

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.
#f0f4f2
#f0f4f0
#f0f4f1
#f0f4f2
#f0f4f3
#f0f4f4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f0f4f2
#f0f1f4
#f4f0f0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f0f4f2
#f2f0f4
#f4f2f0

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.
#f0f4f2
#f0f0f4
#f4f0f2
#f4f4f0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f0f4f2
#1f1f1f
#494a49
#737474
#9c9f9e
#c6c9c8

Blindness simulator

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

Normal

#f0f4f2

protanopia

#f7f1f0

deuteranopia

#ffeff4

tritanopia

#f3f1ff

achromatopsia

#f3f3f3

protanomaly

#f5f2f1

deuteranomaly

#faf1f3

achromatopsia

#f3f3f3

tritanomaly

#f2f2fa

achromatomaly

#f2f3f3

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 !

#f0f4f2 Color CSS Codes

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

#f0f4f2 Text Font Color

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

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

#f0f4f2 Background Color

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

#f0f4f2 Border Color

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

This div border color is #f0f4f2

#f0f4f2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0f4f2

More Colors

Classic
#bbaaa1
Champignon
#949089
Mascarpone
#ece6d4
Gardens Sericourt
#337700
Fire Mist
#fbd9c4
Diorite
#9dbfb1
Camisole
#fcd9c7
Antique Kilim
#c5bba8
Kokimurasaki Purple
#3a243b
Pastoral
#edfad9
Bacchanalia Red
#8a3a3c
Delicate Sapling
#d7f3dd
Cardueline Finch
#957b38
Fire Ant
#be6400
Hydrology
#89acac
Autumn Arrival
#f9986f
Coppery Orange
#7f4330
Green Grapple
#3db9b2
Bleached Almond
#f3ead5
Amberglow
#dc793e
Fizzing Whizbees
#ddbcbc
Mauve Mystery
#685c61
Amaryllis
#b85045
Chicon
#d9eeb4
Arctic Feelings
#afbec1
Persimmon
#e59b34
Dirty Green
#667e2c
Outerspace
#314e64
Muddy Yellow
#bfac05
Dear Reader
#f5f3e6
Pink Frosting
#f7d7e2
Allure
#7291b4
Ebony Wood
#2c3227
Jodhpur Tan
#dad1c8
Grey Werewolf
#625f5c
Green Ink
#11887b
Honey Teriyaki
#ee6611
Courtyard Blue
#718084
rating-img
Rate this tool
NaN/5   0 votes