Shades of Splash #F2D294
Tints of Splash #F2D294
RGB
CMYK
RGB Variations
Color information
#F2D294 (or 0xF2D294) is known color: Splash. HEX triplet: F2, D2 and 94. RGB value is (242,210,148). Sum of RGB (Red+Green+Blue) = 242+210+148=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D294 is #0D2D6B. Grayscale: #D4D4D4. Windows color (decimal): -863596 or 9753330. OLE color: 9753330.
HSL color Cylindrical-coordinate representation of color #F2D294: hue angle of 39.57º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2D294 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 148 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.05 |
| HSL | 39.57º | 0.78% | 0.76% | - |
| HSV(B) | 39.57º | 0.39% | 0.95% | - |
| XYZ | 65.01 | 67.11 | 37.54 | - |
| YUV | 212.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 148 | 0 | 0.13 | 0.39 | 0.05 | 39.57 | 0.78 | 0.76 |
| Hex | F2 | D2 | 94 | 0 | D | 27 | 5 | 28 | 4E | 4C |
| Octal | 362 | 322 | 224 | 0 | 15 | 47 | 5 | 50 | 116 | 114 |
| Binary | 11110010 | 11010010 | 10010100 | 0 | 1101 | 100111 | 101 | 101000 | 1001110 | 1001100 |
Color Harmonies of #F2D294
Complementary color
Monochromatic Colors of #F2D294
Black with #F2D294
Text Example
Text Example
White with #F2D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D294; }
p { color: rgb(242,210,148); }
H1.HeaderClassName
{
color: #F2D294;
}
.AnyTagClassName
{
color: #F2D294;
}
</style>
background-color css
<style>
a { background-color: #F2D294; }
a { background-color: rgb(242,210,148); }
div.DivClassName
{
background-color: #F2D294;
}
.BgClassName
{
background-color: #F2D294;
}
</style>
border-color css
<style>
span { border-color: #F2D294; }
span { border-color: rgb(242,210,148); }
td.TdClassName
{
border-color: #F2D294;
}
.TagClassName
{
border-color: #F2D294;
}
</style>