Format | Color |
---|---|
RGB | 240, 240, 240 |
RGB Percent | 94%, 94%, 94% |
CMY | 0.0588, 0.0588, 0.0588 |
HSV | 0°, 0%, 94% |
CIELab | 94.80, 0.01, -0.01 |
XYZ | 82.8234, 87.1367, 94.8919 |
RYB | 240, 240, 240 |
Decimal | 15790320 |
Format | Color |
---|---|
Hex | F0F0F0 |
CMYK | 0.00, 0.00, 0.00, 0.06 |
HSL | 0°, 0%, 94% |
CIELCh | 95, 0.011, 296.813 |
Yxy | 87.1367, 0.3127, 0.3290 |
Android (android.graphics.Color) | 4293980400 (0xFFF0F0F0) |
YUV | 240.0000, 0.0000, 0.0000 |
Get Conversions and Harmonies as JSON or XML.
The Hex color F0F0F0 is a light color, and the websafe version is hex FFFFFF. A complement of this color would be F0F0F0, and the grayscale version is F0F0F0.
A 20% lighter version of the original color is FFFFFF, and B8B8B8 is the 20% darker color. If you saturate the color by 10%, you get F0D8D8, and if you desaturate by 10%, it is F0FFFF.
These gradients show how the Hex color F0F0F0 changes by changing the brightness by 10 percent. The first row shows a shift by +10% for each color and the second row -10%.
Similar to the brightness gradients but the following show a change of the Hex color F0F0F0 by changing the saturation by 10% instead.
The sweet spot groups the original color and five complimentary colors.
A selection of SVG images using the hex version #F0F0F0 of the current color.
This preview shows how the Hex color F0F0F0 looks on a white background.
This preview shows how the Hex color F0F0F0 looks on a black background.
This preview shows how black text looks on a background with the Hex color F0F0F0.
This preview shows how white text looks on a background with the Hex color F0F0F0.
The CSS property to change the color of the text to Hex F0F0F0 is called "color". The color property can be set on classes, ids or directly on the HTML element .text, #text, p{ color:#F0F0F0 }
.
This example shows how text in the color #F0F0F0 looks like.
If you want to add a text shadow in that color use .shadow{ text-shadow: 4px 4px 2px #F0F0F0 }
.
Here you see how black text with a 4 pixel #F0F0F0 colored shadow looks like.
This example shows the color as border, it can be applied via the CSS property "border" or "border-color".
The CSS property to change the border of an element to Hex F0F0F0 is called "border". The border property can be set on classes, ids or directly on the HTML element .border, #border, table{ border:4px solid #F0F0F0 }
.
If only the border color should be changed .border{ border-color:#F0F0F0 }
can be used.
Here you see how a box with a 4 pixel #F0F0F0 colored shadow looks like.
If you want to add a box shadow in that color use .boxshadow{ -moz-box-shadow:4px 4px 4px 4px #F0F0F0; -webkit-box-shadow:4px 4px 4px 4px #F0F0F0; box-shadow:4px 4px 4px 4px #F0F0F0 }
.
The CSS property to change the background color of an element to Hex F0F0F0 is called "background". The background property can be set on classes, ids or directly on the HTML element .background, #background, body{ background:#F0F0F0 }
.
If only the background color should be changed .background{ background-color:#F0F0F0 }
can be used.
This example shows the color as background, it is applied via the CSS property "background".
To optimize and compress your CSS code you can use our online CSS compressor and optimizer based on csstidy.
Converting Colors allows you to convert between 15 different color formats (hex, rgb, rgb percent, cmy, cmyk, hsv, hsl, cielab, cielch, xyz, yxy, ryb, android, decimal, yuv).
To convert, paste a string in one of these color formats, for example, "F0F0F0", into the input field and click on convert. The result will be in the section Color Conversions, and the following sections will provide you with further details on the color.
Some color formats use the same notation, and the conversion will guess the composition of the search query. As an example, if you try to convert the string "0°, 0%, 94%" it could be an HSV or HSL color, the conversion will assume HSL in this case.
As this could lead to wrong conversions, you can define which format you are passing by wrapping your color string in brackets with the format in front. The search string "HSV(0°, 0%, 94%)" will give you the correct HSV color as there is no need to guess the format. Other examples would be "CIELAB(94.80, 0.01, -0.01)", "CIELCH(95, 0.011, 296.813)", "YXY(87.1367, 0.3127, 0.3290)" and "CMYK(0.00, 0.00, 0.00, 0.06)".
Follow Converting Colors on Twitter and check out my UWP apps and other tools.