Shades of Splash #F0D49B
Tints of Splash #F0D49B
RGB
CMYK
RGB Variations
Color information
#F0D49B (or 0xF0D49B) is known color: Splash. HEX triplet: F0, D4 and 9B. RGB value is (240,212,155). Sum of RGB (Red+Green+Blue) = 240+212+155=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D49B is #0F2B64. Grayscale: #D6D6D6. Windows color (decimal): -994149 or 10212592. OLE color: 10212592.
HSL color Cylindrical-coordinate representation of color #F0D49B: hue angle of 40.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D49B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 155 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.06 |
| HSL | 40.24º | 0.74% | 0.77% | - |
| HSV(B) | 40.24º | 0.35% | 0.94% | - |
| XYZ | 65.4 | 67.98 | 40.68 | - |
| YUV | 213.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 155 | 0 | 0.12 | 0.35 | 0.06 | 40.24 | 0.74 | 0.77 |
| Hex | F0 | D4 | 9B | 0 | C | 23 | 6 | 28 | 4A | 4D |
| Octal | 360 | 324 | 233 | 0 | 14 | 43 | 6 | 50 | 112 | 115 |
| Binary | 11110000 | 11010100 | 10011011 | 0 | 1100 | 100011 | 110 | 101000 | 1001010 | 1001101 |
Color Harmonies of #F0D49B
Complementary color
Monochromatic Colors of #F0D49B
Black with #F0D49B
Text Example
Text Example
White with #F0D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D49B; }
p { color: rgb(240,212,155); }
H1.HeaderClassName
{
color: #F0D49B;
}
.AnyTagClassName
{
color: #F0D49B;
}
</style>
background-color css
<style>
a { background-color: #F0D49B; }
a { background-color: rgb(240,212,155); }
div.DivClassName
{
background-color: #F0D49B;
}
.BgClassName
{
background-color: #F0D49B;
}
</style>
border-color css
<style>
span { border-color: #F0D49B; }
span { border-color: rgb(240,212,155); }
td.TdClassName
{
border-color: #F0D49B;
}
.TagClassName
{
border-color: #F0D49B;
}
</style>