Shades of Splash #F0D89C
Tints of Splash #F0D89C
RGB
CMYK
RGB Variations
Color information
#F0D89C (or 0xF0D89C) is known color: Splash. HEX triplet: F0, D8 and 9C. RGB value is (240,216,156). Sum of RGB (Red+Green+Blue) = 240+216+156=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D89C is #0F2763. Grayscale: #D8D8D8. Windows color (decimal): -993124 or 10279152. OLE color: 10279152.
HSL color Cylindrical-coordinate representation of color #F0D89C: hue angle of 42.86º 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 #F0D89C is Cyan = 0, Magento = 0.1, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 156 | - |
| CMYK | 0 | 0.1 | 0.35 | 0.06 |
| HSL | 42.86º | 0.74% | 0.78% | - |
| HSV(B) | 42.86º | 0.35% | 0.94% | - |
| XYZ | 66.49 | 70.04 | 41.47 | - |
| YUV | 216.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 156 | 0 | 0.1 | 0.35 | 0.06 | 42.86 | 0.74 | 0.78 |
| Hex | F0 | D8 | 9C | 0 | A | 23 | 6 | 2B | 4A | 4E |
| Octal | 360 | 330 | 234 | 0 | 12 | 43 | 6 | 53 | 112 | 116 |
| Binary | 11110000 | 11011000 | 10011100 | 0 | 1010 | 100011 | 110 | 101011 | 1001010 | 1001110 |
Color Harmonies of #F0D89C
Complementary color
Monochromatic Colors of #F0D89C
Black with #F0D89C
Text Example
Text Example
White with #F0D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D89C; }
p { color: rgb(240,216,156); }
H1.HeaderClassName
{
color: #F0D89C;
}
.AnyTagClassName
{
color: #F0D89C;
}
</style>
background-color css
<style>
a { background-color: #F0D89C; }
a { background-color: rgb(240,216,156); }
div.DivClassName
{
background-color: #F0D89C;
}
.BgClassName
{
background-color: #F0D89C;
}
</style>
border-color css
<style>
span { border-color: #F0D89C; }
span { border-color: rgb(240,216,156); }
td.TdClassName
{
border-color: #F0D89C;
}
.TagClassName
{
border-color: #F0D89C;
}
</style>