Shades of Splash #F0DD9C
Tints of Splash #F0DD9C
RGB
CMYK
RGB Variations
Color information
#F0DD9C (or 0xF0DD9C) is known color: Splash. HEX triplet: F0, DD and 9C. RGB value is (240,221,156). Sum of RGB (Red+Green+Blue) = 240+221+156=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD9C is #0F2263. Grayscale: #DBDBDB. Windows color (decimal): -991844 or 10280432. OLE color: 10280432.
HSL color Cylindrical-coordinate representation of color #F0DD9C: hue angle of 46.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0DD9C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 156 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.06 |
| HSL | 46.43º | 0.74% | 0.78% | - |
| HSV(B) | 46.43º | 0.35% | 0.94% | - |
| XYZ | 67.79 | 72.64 | 41.9 | - |
| YUV | 219.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 156 | 0 | 0.08 | 0.35 | 0.06 | 46.43 | 0.74 | 0.78 |
| Hex | F0 | DD | 9C | 0 | 8 | 23 | 6 | 2E | 4A | 4E |
| Octal | 360 | 335 | 234 | 0 | 10 | 43 | 6 | 56 | 112 | 116 |
| Binary | 11110000 | 11011101 | 10011100 | 0 | 1000 | 100011 | 110 | 101110 | 1001010 | 1001110 |
Color Harmonies of #F0DD9C
Complementary color
Monochromatic Colors of #F0DD9C
Black with #F0DD9C
Text Example
Text Example
White with #F0DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD9C; }
p { color: rgb(240,221,156); }
H1.HeaderClassName
{
color: #F0DD9C;
}
.AnyTagClassName
{
color: #F0DD9C;
}
</style>
background-color css
<style>
a { background-color: #F0DD9C; }
a { background-color: rgb(240,221,156); }
div.DivClassName
{
background-color: #F0DD9C;
}
.BgClassName
{
background-color: #F0DD9C;
}
</style>
border-color css
<style>
span { border-color: #F0DD9C; }
span { border-color: rgb(240,221,156); }
td.TdClassName
{
border-color: #F0DD9C;
}
.TagClassName
{
border-color: #F0DD9C;
}
</style>