Shades of Splash #F0D694
Tints of Splash #F0D694
RGB
CMYK
RGB Variations
Color information
#F0D694 (or 0xF0D694) is known color: Splash. HEX triplet: F0, D6 and 94. RGB value is (240,214,148). Sum of RGB (Red+Green+Blue) = 240+214+148=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D694 is #0F296B. Grayscale: #D6D6D6. Windows color (decimal): -993644 or 9754352. OLE color: 9754352.
HSL color Cylindrical-coordinate representation of color #F0D694: hue angle of 43.04º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0D694 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 148 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.06 |
| HSL | 43.04º | 0.75% | 0.76% | - |
| HSV(B) | 43.04º | 0.38% | 0.94% | - |
| XYZ | 65.33 | 68.76 | 37.85 | - |
| YUV | 214.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 148 | 0 | 0.11 | 0.38 | 0.06 | 43.04 | 0.75 | 0.76 |
| Hex | F0 | D6 | 94 | 0 | B | 26 | 6 | 2B | 4B | 4C |
| Octal | 360 | 326 | 224 | 0 | 13 | 46 | 6 | 53 | 113 | 114 |
| Binary | 11110000 | 11010110 | 10010100 | 0 | 1011 | 100110 | 110 | 101011 | 1001011 | 1001100 |
Color Harmonies of #F0D694
Complementary color
Monochromatic Colors of #F0D694
Black with #F0D694
Text Example
Text Example
White with #F0D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D694; }
p { color: rgb(240,214,148); }
H1.HeaderClassName
{
color: #F0D694;
}
.AnyTagClassName
{
color: #F0D694;
}
</style>
background-color css
<style>
a { background-color: #F0D694; }
a { background-color: rgb(240,214,148); }
div.DivClassName
{
background-color: #F0D694;
}
.BgClassName
{
background-color: #F0D694;
}
</style>
border-color css
<style>
span { border-color: #F0D694; }
span { border-color: rgb(240,214,148); }
td.TdClassName
{
border-color: #F0D694;
}
.TagClassName
{
border-color: #F0D694;
}
</style>