Shades of Splash #F0D39C
Tints of Splash #F0D39C
RGB
CMYK
RGB Variations
Color information
#F0D39C (or 0xF0D39C) is known color: Splash. HEX triplet: F0, D3 and 9C. RGB value is (240,211,156). Sum of RGB (Red+Green+Blue) = 240+211+156=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D39C is #0F2C63. Grayscale: #D5D5D5. Windows color (decimal): -994404 or 10277872. OLE color: 10277872.
HSL color Cylindrical-coordinate representation of color #F0D39C: hue angle of 39.29º 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 #F0D39C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 156 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.06 |
| HSL | 39.29º | 0.74% | 0.78% | - |
| HSV(B) | 39.29º | 0.35% | 0.94% | - |
| XYZ | 65.23 | 67.51 | 41.05 | - |
| YUV | 213.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 156 | 0 | 0.12 | 0.35 | 0.06 | 39.29 | 0.74 | 0.78 |
| Hex | F0 | D3 | 9C | 0 | C | 23 | 6 | 27 | 4A | 4E |
| Octal | 360 | 323 | 234 | 0 | 14 | 43 | 6 | 47 | 112 | 116 |
| Binary | 11110000 | 11010011 | 10011100 | 0 | 1100 | 100011 | 110 | 100111 | 1001010 | 1001110 |
Color Harmonies of #F0D39C
Complementary color
Monochromatic Colors of #F0D39C
Black with #F0D39C
Text Example
Text Example
White with #F0D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D39C; }
p { color: rgb(240,211,156); }
H1.HeaderClassName
{
color: #F0D39C;
}
.AnyTagClassName
{
color: #F0D39C;
}
</style>
background-color css
<style>
a { background-color: #F0D39C; }
a { background-color: rgb(240,211,156); }
div.DivClassName
{
background-color: #F0D39C;
}
.BgClassName
{
background-color: #F0D39C;
}
</style>
border-color css
<style>
span { border-color: #F0D39C; }
span { border-color: rgb(240,211,156); }
td.TdClassName
{
border-color: #F0D39C;
}
.TagClassName
{
border-color: #F0D39C;
}
</style>