Shades of Splash #F0DB9C
Tints of Splash #F0DB9C
RGB
CMYK
RGB Variations
Color information
#F0DB9C (or 0xF0DB9C) is known color: Splash. HEX triplet: F0, DB and 9C. RGB value is (240,219,156). Sum of RGB (Red+Green+Blue) = 240+219+156=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB9C is #0F2463. Grayscale: #DADADA. Windows color (decimal): -992356 or 10279920. OLE color: 10279920.
HSL color Cylindrical-coordinate representation of color #F0DB9C: hue angle of 45º 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 #F0DB9C is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 156 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.06 |
| HSL | 45º | 0.74% | 0.78% | - |
| HSV(B) | 45º | 0.35% | 0.94% | - |
| XYZ | 67.27 | 71.59 | 41.73 | - |
| YUV | 218.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 156 | 0 | 0.09 | 0.35 | 0.06 | 45 | 0.74 | 0.78 |
| Hex | F0 | DB | 9C | 0 | 9 | 23 | 6 | 2D | 4A | 4E |
| Octal | 360 | 333 | 234 | 0 | 11 | 43 | 6 | 55 | 112 | 116 |
| Binary | 11110000 | 11011011 | 10011100 | 0 | 1001 | 100011 | 110 | 101101 | 1001010 | 1001110 |
Color Harmonies of #F0DB9C
Complementary color
Monochromatic Colors of #F0DB9C
Black with #F0DB9C
Text Example
Text Example
White with #F0DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB9C; }
p { color: rgb(240,219,156); }
H1.HeaderClassName
{
color: #F0DB9C;
}
.AnyTagClassName
{
color: #F0DB9C;
}
</style>
background-color css
<style>
a { background-color: #F0DB9C; }
a { background-color: rgb(240,219,156); }
div.DivClassName
{
background-color: #F0DB9C;
}
.BgClassName
{
background-color: #F0DB9C;
}
</style>
border-color css
<style>
span { border-color: #F0DB9C; }
span { border-color: rgb(240,219,156); }
td.TdClassName
{
border-color: #F0DB9C;
}
.TagClassName
{
border-color: #F0DB9C;
}
</style>