Shades of Splash #F2D89E
Tints of Splash #F2D89E
RGB
CMYK
RGB Variations
Color information
#F2D89E (or 0xF2D89E) is known color: Splash. HEX triplet: F2, D8 and 9E. RGB value is (242,216,158). Sum of RGB (Red+Green+Blue) = 242+216+158=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D89E is #0D2761. Grayscale: #D9D9D9. Windows color (decimal): -862050 or 10410226. OLE color: 10410226.
HSL color Cylindrical-coordinate representation of color #F2D89E: hue angle of 41.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2D89E is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 158 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.05 |
| HSL | 41.43º | 0.76% | 0.78% | - |
| HSV(B) | 41.43º | 0.35% | 0.95% | - |
| XYZ | 67.35 | 70.46 | 42.4 | - |
| YUV | 217.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 158 | 0 | 0.11 | 0.35 | 0.05 | 41.43 | 0.76 | 0.78 |
| Hex | F2 | D8 | 9E | 0 | B | 23 | 5 | 29 | 4C | 4E |
| Octal | 362 | 330 | 236 | 0 | 13 | 43 | 5 | 51 | 114 | 116 |
| Binary | 11110010 | 11011000 | 10011110 | 0 | 1011 | 100011 | 101 | 101001 | 1001100 | 1001110 |
Color Harmonies of #F2D89E
Complementary color
Monochromatic Colors of #F2D89E
Black with #F2D89E
Text Example
Text Example
White with #F2D89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D89E; }
p { color: rgb(242,216,158); }
H1.HeaderClassName
{
color: #F2D89E;
}
.AnyTagClassName
{
color: #F2D89E;
}
</style>
background-color css
<style>
a { background-color: #F2D89E; }
a { background-color: rgb(242,216,158); }
div.DivClassName
{
background-color: #F2D89E;
}
.BgClassName
{
background-color: #F2D89E;
}
</style>
border-color css
<style>
span { border-color: #F2D89E; }
span { border-color: rgb(242,216,158); }
td.TdClassName
{
border-color: #F2D89E;
}
.TagClassName
{
border-color: #F2D89E;
}
</style>