Shades of Splash #F3D8A3
Tints of Splash #F3D8A3
RGB
CMYK
RGB Variations
Color information
#F3D8A3 (or 0xF3D8A3) is known color: Splash. HEX triplet: F3, D8 and A3. RGB value is (243,216,163). Sum of RGB (Red+Green+Blue) = 243+216+163=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D8A3 is #0C275C. Grayscale: #DADADA. Windows color (decimal): -796509 or 10737907. OLE color: 10737907.
HSL color Cylindrical-coordinate representation of color #F3D8A3: hue angle of 39.75º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3D8A3 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 163 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.05 |
| HSL | 39.75º | 0.77% | 0.8% | - |
| HSV(B) | 39.75º | 0.33% | 0.95% | - |
| XYZ | 68.13 | 70.81 | 44.73 | - |
| YUV | 218.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 163 | 0 | 0.11 | 0.33 | 0.05 | 39.75 | 0.77 | 0.8 |
| Hex | F3 | D8 | A3 | 0 | B | 21 | 5 | 28 | 4D | 50 |
| Octal | 363 | 330 | 243 | 0 | 13 | 41 | 5 | 50 | 115 | 120 |
| Binary | 11110011 | 11011000 | 10100011 | 0 | 1011 | 100001 | 101 | 101000 | 1001101 | 1010000 |
Color Harmonies of #F3D8A3
Complementary color
Monochromatic Colors of #F3D8A3
Black with #F3D8A3
Text Example
Text Example
White with #F3D8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8A3; }
p { color: rgb(243,216,163); }
H1.HeaderClassName
{
color: #F3D8A3;
}
.AnyTagClassName
{
color: #F3D8A3;
}
</style>
background-color css
<style>
a { background-color: #F3D8A3; }
a { background-color: rgb(243,216,163); }
div.DivClassName
{
background-color: #F3D8A3;
}
.BgClassName
{
background-color: #F3D8A3;
}
</style>
border-color css
<style>
span { border-color: #F3D8A3; }
span { border-color: rgb(243,216,163); }
td.TdClassName
{
border-color: #F3D8A3;
}
.TagClassName
{
border-color: #F3D8A3;
}
</style>