Shades of Splash #F2D396
Tints of Splash #F2D396
RGB
CMYK
RGB Variations
Color information
#F2D396 (or 0xF2D396) is known color: Splash. HEX triplet: F2, D3 and 96. RGB value is (242,211,150). Sum of RGB (Red+Green+Blue) = 242+211+150=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D396 is #0D2C69. Grayscale: #D5D5D5. Windows color (decimal): -863338 or 9884658. OLE color: 9884658.
HSL color Cylindrical-coordinate representation of color #F2D396: hue angle of 39.78º 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 #F2D396 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 150 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.05 |
| HSL | 39.78º | 0.78% | 0.77% | - |
| HSV(B) | 39.78º | 0.38% | 0.95% | - |
| XYZ | 65.42 | 67.67 | 38.47 | - |
| YUV | 213.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 150 | 0 | 0.13 | 0.38 | 0.05 | 39.78 | 0.78 | 0.77 |
| Hex | F2 | D3 | 96 | 0 | D | 26 | 5 | 28 | 4E | 4D |
| Octal | 362 | 323 | 226 | 0 | 15 | 46 | 5 | 50 | 116 | 115 |
| Binary | 11110010 | 11010011 | 10010110 | 0 | 1101 | 100110 | 101 | 101000 | 1001110 | 1001101 |
Color Harmonies of #F2D396
Complementary color
Monochromatic Colors of #F2D396
Black with #F2D396
Text Example
Text Example
White with #F2D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D396; }
p { color: rgb(242,211,150); }
H1.HeaderClassName
{
color: #F2D396;
}
.AnyTagClassName
{
color: #F2D396;
}
</style>
background-color css
<style>
a { background-color: #F2D396; }
a { background-color: rgb(242,211,150); }
div.DivClassName
{
background-color: #F2D396;
}
.BgClassName
{
background-color: #F2D396;
}
</style>
border-color css
<style>
span { border-color: #F2D396; }
span { border-color: rgb(242,211,150); }
td.TdClassName
{
border-color: #F2D396;
}
.TagClassName
{
border-color: #F2D396;
}
</style>