Shades of Splash #F2D99F
Tints of Splash #F2D99F
RGB
CMYK
RGB Variations
Color information
#F2D99F (or 0xF2D99F) is known color: Splash. HEX triplet: F2, D9 and 9F. RGB value is (242,217,159). Sum of RGB (Red+Green+Blue) = 242+217+159=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D99F is #0D2660. Grayscale: #DADADA. Windows color (decimal): -861793 or 10476018. OLE color: 10476018.
HSL color Cylindrical-coordinate representation of color #F2D99F: hue angle of 41.93º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D99F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 159 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.05 |
| HSL | 41.93º | 0.76% | 0.79% | - |
| HSV(B) | 41.93º | 0.34% | 0.95% | - |
| XYZ | 67.69 | 71.01 | 42.94 | - |
| YUV | 217.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 159 | 0 | 0.10 | 0.34 | 0.05 | 41.93 | 0.76 | 0.79 |
| Hex | F2 | D9 | 9F | 0 | A | 22 | 5 | 2A | 4C | 4F |
| Octal | 362 | 331 | 237 | 0 | 12 | 42 | 5 | 52 | 114 | 117 |
| Binary | 11110010 | 11011001 | 10011111 | 0 | 1010 | 100010 | 101 | 101010 | 1001100 | 1001111 |
Color Harmonies of #F2D99F
Complementary color
Monochromatic Colors of #F2D99F
Black with #F2D99F
Text Example
Text Example
White with #F2D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D99F; }
p { color: rgb(242,217,159); }
H1.HeaderClassName
{
color: #F2D99F;
}
.AnyTagClassName
{
color: #F2D99F;
}
</style>
background-color css
<style>
a { background-color: #F2D99F; }
a { background-color: rgb(242,217,159); }
div.DivClassName
{
background-color: #F2D99F;
}
.BgClassName
{
background-color: #F2D99F;
}
</style>
border-color css
<style>
span { border-color: #F2D99F; }
span { border-color: rgb(242,217,159); }
td.TdClassName
{
border-color: #F2D99F;
}
.TagClassName
{
border-color: #F2D99F;
}
</style>