Shades of Splash #F2D296
Tints of Splash #F2D296
RGB
CMYK
RGB Variations
Color information
#F2D296 (or 0xF2D296) is known color: Splash. HEX triplet: F2, D2 and 96. RGB value is (242,210,150). Sum of RGB (Red+Green+Blue) = 242+210+150=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D296 is #0D2D69. Grayscale: #D5D5D5. Windows color (decimal): -863594 or 9884402. OLE color: 9884402.
HSL color Cylindrical-coordinate representation of color #F2D296: hue angle of 39.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2D296 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 150 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.05 |
| HSL | 39.13º | 0.78% | 0.77% | - |
| HSV(B) | 39.13º | 0.38% | 0.95% | - |
| XYZ | 65.17 | 67.17 | 38.38 | - |
| YUV | 212.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 150 | 0 | 0.13 | 0.38 | 0.05 | 39.13 | 0.78 | 0.77 |
| Hex | F2 | D2 | 96 | 0 | D | 26 | 5 | 27 | 4E | 4D |
| Octal | 362 | 322 | 226 | 0 | 15 | 46 | 5 | 47 | 116 | 115 |
| Binary | 11110010 | 11010010 | 10010110 | 0 | 1101 | 100110 | 101 | 100111 | 1001110 | 1001101 |
Color Harmonies of #F2D296
Complementary color
Monochromatic Colors of #F2D296
Black with #F2D296
Text Example
Text Example
White with #F2D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D296; }
p { color: rgb(242,210,150); }
H1.HeaderClassName
{
color: #F2D296;
}
.AnyTagClassName
{
color: #F2D296;
}
</style>
background-color css
<style>
a { background-color: #F2D296; }
a { background-color: rgb(242,210,150); }
div.DivClassName
{
background-color: #F2D296;
}
.BgClassName
{
background-color: #F2D296;
}
</style>
border-color css
<style>
span { border-color: #F2D296; }
span { border-color: rgb(242,210,150); }
td.TdClassName
{
border-color: #F2D296;
}
.TagClassName
{
border-color: #F2D296;
}
</style>