Shades of Splash #F3D192
Tints of Splash #F3D192
RGB
CMYK
RGB Variations
Color information
#F3D192 (or 0xF3D192) is known color: Splash. HEX triplet: F3, D1 and 92. RGB value is (243,209,146). Sum of RGB (Red+Green+Blue) = 243+209+146=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D192 is #0C2E6D. Grayscale: #D4D4D4. Windows color (decimal): -798318 or 9622003. OLE color: 9622003.
HSL color Cylindrical-coordinate representation of color #F3D192: hue angle of 38.97º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3D192 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 146 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.05 |
| HSL | 38.97º | 0.8% | 0.76% | - |
| HSV(B) | 38.97º | 0.4% | 0.95% | - |
| XYZ | 64.95 | 66.73 | 36.65 | - |
| YUV | 211.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 146 | 0 | 0.14 | 0.40 | 0.05 | 38.97 | 0.8 | 0.76 |
| Hex | F3 | D1 | 92 | 0 | E | 28 | 5 | 27 | 50 | 4C |
| Octal | 363 | 321 | 222 | 0 | 16 | 50 | 5 | 47 | 120 | 114 |
| Binary | 11110011 | 11010001 | 10010010 | 0 | 1110 | 101000 | 101 | 100111 | 1010000 | 1001100 |
Color Harmonies of #F3D192
Complementary color
Monochromatic Colors of #F3D192
Black with #F3D192
Text Example
Text Example
White with #F3D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D192; }
p { color: rgb(243,209,146); }
H1.HeaderClassName
{
color: #F3D192;
}
.AnyTagClassName
{
color: #F3D192;
}
</style>
background-color css
<style>
a { background-color: #F3D192; }
a { background-color: rgb(243,209,146); }
div.DivClassName
{
background-color: #F3D192;
}
.BgClassName
{
background-color: #F3D192;
}
</style>
border-color css
<style>
span { border-color: #F3D192; }
span { border-color: rgb(243,209,146); }
td.TdClassName
{
border-color: #F3D192;
}
.TagClassName
{
border-color: #F3D192;
}
</style>