Shades of Splash #F2D895
Tints of Splash #F2D895
RGB
CMYK
RGB Variations
Color information
#F2D895 (or 0xF2D895) is known color: Splash. HEX triplet: F2, D8 and 95. RGB value is (242,216,149). Sum of RGB (Red+Green+Blue) = 242+216+149=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D895 is #0D276A. Grayscale: #D8D8D8. Windows color (decimal): -862059 or 9820402. OLE color: 9820402.
HSL color Cylindrical-coordinate representation of color #F2D895: hue angle of 43.23º 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 #F2D895 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 149 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.05 |
| HSL | 43.23º | 0.78% | 0.77% | - |
| HSV(B) | 43.23º | 0.38% | 0.95% | - |
| XYZ | 66.6 | 70.16 | 38.47 | - |
| YUV | 216.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 149 | 0 | 0.11 | 0.38 | 0.05 | 43.23 | 0.78 | 0.77 |
| Hex | F2 | D8 | 95 | 0 | B | 26 | 5 | 2B | 4E | 4D |
| Octal | 362 | 330 | 225 | 0 | 13 | 46 | 5 | 53 | 116 | 115 |
| Binary | 11110010 | 11011000 | 10010101 | 0 | 1011 | 100110 | 101 | 101011 | 1001110 | 1001101 |
Color Harmonies of #F2D895
Complementary color
Monochromatic Colors of #F2D895
Black with #F2D895
Text Example
Text Example
White with #F2D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D895; }
p { color: rgb(242,216,149); }
H1.HeaderClassName
{
color: #F2D895;
}
.AnyTagClassName
{
color: #F2D895;
}
</style>
background-color css
<style>
a { background-color: #F2D895; }
a { background-color: rgb(242,216,149); }
div.DivClassName
{
background-color: #F2D895;
}
.BgClassName
{
background-color: #F2D895;
}
</style>
border-color css
<style>
span { border-color: #F2D895; }
span { border-color: rgb(242,216,149); }
td.TdClassName
{
border-color: #F2D895;
}
.TagClassName
{
border-color: #F2D895;
}
</style>