Shades of Splash #F0D69E
Tints of Splash #F0D69E
RGB
CMYK
RGB Variations
Color information
#F0D69E (or 0xF0D69E) is known color: Splash. HEX triplet: F0, D6 and 9E. RGB value is (240,214,158). Sum of RGB (Red+Green+Blue) = 240+214+158=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D69E is #0F2961. Grayscale: #D7D7D7. Windows color (decimal): -993634 or 10409712. OLE color: 10409712.
HSL color Cylindrical-coordinate representation of color #F0D69E: hue angle of 40.98º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0D69E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 158 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.06 |
| HSL | 40.98º | 0.73% | 0.78% | - |
| HSV(B) | 40.98º | 0.34% | 0.94% | - |
| XYZ | 66.15 | 69.09 | 42.2 | - |
| YUV | 215.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 158 | 0 | 0.11 | 0.34 | 0.06 | 40.98 | 0.73 | 0.78 |
| Hex | F0 | D6 | 9E | 0 | B | 22 | 6 | 29 | 49 | 4E |
| Octal | 360 | 326 | 236 | 0 | 13 | 42 | 6 | 51 | 111 | 116 |
| Binary | 11110000 | 11010110 | 10011110 | 0 | 1011 | 100010 | 110 | 101001 | 1001001 | 1001110 |
Color Harmonies of #F0D69E
Complementary color
Monochromatic Colors of #F0D69E
Black with #F0D69E
Text Example
Text Example
White with #F0D69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D69E; }
p { color: rgb(240,214,158); }
H1.HeaderClassName
{
color: #F0D69E;
}
.AnyTagClassName
{
color: #F0D69E;
}
</style>
background-color css
<style>
a { background-color: #F0D69E; }
a { background-color: rgb(240,214,158); }
div.DivClassName
{
background-color: #F0D69E;
}
.BgClassName
{
background-color: #F0D69E;
}
</style>
border-color css
<style>
span { border-color: #F0D69E; }
span { border-color: rgb(240,214,158); }
td.TdClassName
{
border-color: #F0D69E;
}
.TagClassName
{
border-color: #F0D69E;
}
</style>