Shades of Splash #F3DD9D
Tints of Splash #F3DD9D
RGB
CMYK
RGB Variations
Color information
#F3DD9D (or 0xF3DD9D) is known color: Splash. HEX triplet: F3, DD and 9D. RGB value is (243,221,157). Sum of RGB (Red+Green+Blue) = 243+221+157=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD9D is #0C2262. Grayscale: #DCDCDC. Windows color (decimal): -795235 or 10345971. OLE color: 10345971.
HSL color Cylindrical-coordinate representation of color #F3DD9D: hue angle of 44.65º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3DD9D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 157 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.05 |
| HSL | 44.65º | 0.78% | 0.78% | - |
| HSV(B) | 44.65º | 0.35% | 0.95% | - |
| XYZ | 68.9 | 73.2 | 42.4 | - |
| YUV | 220.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 157 | 0 | 0.09 | 0.35 | 0.05 | 44.65 | 0.78 | 0.78 |
| Hex | F3 | DD | 9D | 0 | 9 | 23 | 5 | 2D | 4E | 4E |
| Octal | 363 | 335 | 235 | 0 | 11 | 43 | 5 | 55 | 116 | 116 |
| Binary | 11110011 | 11011101 | 10011101 | 0 | 1001 | 100011 | 101 | 101101 | 1001110 | 1001110 |
Color Harmonies of #F3DD9D
Complementary color
Monochromatic Colors of #F3DD9D
Black with #F3DD9D
Text Example
Text Example
White with #F3DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DD9D; }
p { color: rgb(243,221,157); }
H1.HeaderClassName
{
color: #F3DD9D;
}
.AnyTagClassName
{
color: #F3DD9D;
}
</style>
background-color css
<style>
a { background-color: #F3DD9D; }
a { background-color: rgb(243,221,157); }
div.DivClassName
{
background-color: #F3DD9D;
}
.BgClassName
{
background-color: #F3DD9D;
}
</style>
border-color css
<style>
span { border-color: #F3DD9D; }
span { border-color: rgb(243,221,157); }
td.TdClassName
{
border-color: #F3DD9D;
}
.TagClassName
{
border-color: #F3DD9D;
}
</style>