Shades of Splash #F2D89D
Tints of Splash #F2D89D
RGB
CMYK
RGB Variations
Color information
#F2D89D (or 0xF2D89D) is known color: Splash. HEX triplet: F2, D8 and 9D. RGB value is (242,216,157). Sum of RGB (Red+Green+Blue) = 242+216+157=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D89D is #0D2762. Grayscale: #D9D9D9. Windows color (decimal): -862051 or 10344690. OLE color: 10344690.
HSL color Cylindrical-coordinate representation of color #F2D89D: hue angle of 41.65º degrees, saturation: 0.77, 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 #F2D89D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 157 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.05 |
| HSL | 41.65º | 0.77% | 0.78% | - |
| HSV(B) | 41.65º | 0.35% | 0.95% | - |
| XYZ | 67.26 | 70.42 | 41.95 | - |
| YUV | 217.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 157 | 0 | 0.11 | 0.35 | 0.05 | 41.65 | 0.77 | 0.78 |
| Hex | F2 | D8 | 9D | 0 | B | 23 | 5 | 2A | 4D | 4E |
| Octal | 362 | 330 | 235 | 0 | 13 | 43 | 5 | 52 | 115 | 116 |
| Binary | 11110010 | 11011000 | 10011101 | 0 | 1011 | 100011 | 101 | 101010 | 1001101 | 1001110 |
Color Harmonies of #F2D89D
Complementary color
Monochromatic Colors of #F2D89D
Black with #F2D89D
Text Example
Text Example
White with #F2D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D89D; }
p { color: rgb(242,216,157); }
H1.HeaderClassName
{
color: #F2D89D;
}
.AnyTagClassName
{
color: #F2D89D;
}
</style>
background-color css
<style>
a { background-color: #F2D89D; }
a { background-color: rgb(242,216,157); }
div.DivClassName
{
background-color: #F2D89D;
}
.BgClassName
{
background-color: #F2D89D;
}
</style>
border-color css
<style>
span { border-color: #F2D89D; }
span { border-color: rgb(242,216,157); }
td.TdClassName
{
border-color: #F2D89D;
}
.TagClassName
{
border-color: #F2D89D;
}
</style>