Shades of Splash #F3D394
Tints of Splash #F3D394
RGB
CMYK
RGB Variations
Color information
#F3D394 (or 0xF3D394) is known color: Splash. HEX triplet: F3, D3 and 94. RGB value is (243,211,148). Sum of RGB (Red+Green+Blue) = 243+211+148=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D394 is #0C2C6B. Grayscale: #D5D5D5. Windows color (decimal): -797804 or 9753587. OLE color: 9753587.
HSL color Cylindrical-coordinate representation of color #F3D394: hue angle of 39.79º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3D394 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 148 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.05 |
| HSL | 39.79º | 0.8% | 0.77% | - |
| HSV(B) | 39.79º | 0.39% | 0.95% | - |
| XYZ | 65.6 | 67.78 | 37.64 | - |
| YUV | 213.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 148 | 0 | 0.13 | 0.39 | 0.05 | 39.79 | 0.8 | 0.77 |
| Hex | F3 | D3 | 94 | 0 | D | 27 | 5 | 28 | 50 | 4D |
| Octal | 363 | 323 | 224 | 0 | 15 | 47 | 5 | 50 | 120 | 115 |
| Binary | 11110011 | 11010011 | 10010100 | 0 | 1101 | 100111 | 101 | 101000 | 1010000 | 1001101 |
Color Harmonies of #F3D394
Complementary color
Monochromatic Colors of #F3D394
Black with #F3D394
Text Example
Text Example
White with #F3D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D394; }
p { color: rgb(243,211,148); }
H1.HeaderClassName
{
color: #F3D394;
}
.AnyTagClassName
{
color: #F3D394;
}
</style>
background-color css
<style>
a { background-color: #F3D394; }
a { background-color: rgb(243,211,148); }
div.DivClassName
{
background-color: #F3D394;
}
.BgClassName
{
background-color: #F3D394;
}
</style>
border-color css
<style>
span { border-color: #F3D394; }
span { border-color: rgb(243,211,148); }
td.TdClassName
{
border-color: #F3D394;
}
.TagClassName
{
border-color: #F3D394;
}
</style>