Shades of Splash #F1DD99
Tints of Splash #F1DD99
RGB
CMYK
RGB Variations
Color information
#F1DD99 (or 0xF1DD99) is known color: Splash. HEX triplet: F1, DD and 99. RGB value is (241,221,153). Sum of RGB (Red+Green+Blue) = 241+221+153=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DD99 is #0E2266. Grayscale: #DBDBDB. Windows color (decimal): -926311 or 10083825. OLE color: 10083825.
HSL color Cylindrical-coordinate representation of color #F1DD99: hue angle of 46.36º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1DD99 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 153 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.05 |
| HSL | 46.36º | 0.76% | 0.77% | - |
| HSV(B) | 46.36º | 0.37% | 0.95% | - |
| XYZ | 67.88 | 72.71 | 40.59 | - |
| YUV | 219.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 153 | 0 | 0.08 | 0.37 | 0.05 | 46.36 | 0.76 | 0.77 |
| Hex | F1 | DD | 99 | 0 | 8 | 25 | 5 | 2E | 4C | 4D |
| Octal | 361 | 335 | 231 | 0 | 10 | 45 | 5 | 56 | 114 | 115 |
| Binary | 11110001 | 11011101 | 10011001 | 0 | 1000 | 100101 | 101 | 101110 | 1001100 | 1001101 |
Color Harmonies of #F1DD99
Complementary color
Monochromatic Colors of #F1DD99
Black with #F1DD99
Text Example
Text Example
White with #F1DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD99; }
p { color: rgb(241,221,153); }
H1.HeaderClassName
{
color: #F1DD99;
}
.AnyTagClassName
{
color: #F1DD99;
}
</style>
background-color css
<style>
a { background-color: #F1DD99; }
a { background-color: rgb(241,221,153); }
div.DivClassName
{
background-color: #F1DD99;
}
.BgClassName
{
background-color: #F1DD99;
}
</style>
border-color css
<style>
span { border-color: #F1DD99; }
span { border-color: rgb(241,221,153); }
td.TdClassName
{
border-color: #F1DD99;
}
.TagClassName
{
border-color: #F1DD99;
}
</style>