Shades of Splash #F3D99C
Tints of Splash #F3D99C
RGB
CMYK
RGB Variations
Color information
#F3D99C (or 0xF3D99C) is known color: Splash. HEX triplet: F3, D9 and 9C. RGB value is (243,217,156). Sum of RGB (Red+Green+Blue) = 243+217+156=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D99C is #0C2663. Grayscale: #DADADA. Windows color (decimal): -796260 or 10279411. OLE color: 10279411.
HSL color Cylindrical-coordinate representation of color #F3D99C: hue angle of 42.07º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3D99C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 156 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.05 |
| HSL | 42.07º | 0.78% | 0.78% | - |
| HSV(B) | 42.07º | 0.36% | 0.95% | - |
| XYZ | 67.78 | 71.08 | 41.6 | - |
| YUV | 217.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 156 | 0 | 0.11 | 0.36 | 0.05 | 42.07 | 0.78 | 0.78 |
| Hex | F3 | D9 | 9C | 0 | B | 24 | 5 | 2A | 4E | 4E |
| Octal | 363 | 331 | 234 | 0 | 13 | 44 | 5 | 52 | 116 | 116 |
| Binary | 11110011 | 11011001 | 10011100 | 0 | 1011 | 100100 | 101 | 101010 | 1001110 | 1001110 |
Color Harmonies of #F3D99C
Complementary color
Monochromatic Colors of #F3D99C
Black with #F3D99C
Text Example
Text Example
White with #F3D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D99C; }
p { color: rgb(243,217,156); }
H1.HeaderClassName
{
color: #F3D99C;
}
.AnyTagClassName
{
color: #F3D99C;
}
</style>
background-color css
<style>
a { background-color: #F3D99C; }
a { background-color: rgb(243,217,156); }
div.DivClassName
{
background-color: #F3D99C;
}
.BgClassName
{
background-color: #F3D99C;
}
</style>
border-color css
<style>
span { border-color: #F3D99C; }
span { border-color: rgb(243,217,156); }
td.TdClassName
{
border-color: #F3D99C;
}
.TagClassName
{
border-color: #F3D99C;
}
</style>