Shades of Splash #F1D39B
Tints of Splash #F1D39B
RGB
CMYK
RGB Variations
Color information
#F1D39B (or 0xF1D39B) is known color: Splash. HEX triplet: F1, D3 and 9B. RGB value is (241,211,155). Sum of RGB (Red+Green+Blue) = 241+211+155=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D39B is #0E2C64. Grayscale: #D5D5D5. Windows color (decimal): -928869 or 10212337. OLE color: 10212337.
HSL color Cylindrical-coordinate representation of color #F1D39B: hue angle of 39.07º degrees, saturation: 0.75, 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 #F1D39B is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 155 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.05 |
| HSL | 39.07º | 0.75% | 0.78% | - |
| HSV(B) | 39.07º | 0.36% | 0.95% | - |
| XYZ | 65.49 | 67.66 | 40.62 | - |
| YUV | 213.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 155 | 0 | 0.12 | 0.36 | 0.05 | 39.07 | 0.75 | 0.78 |
| Hex | F1 | D3 | 9B | 0 | C | 24 | 5 | 27 | 4B | 4E |
| Octal | 361 | 323 | 233 | 0 | 14 | 44 | 5 | 47 | 113 | 116 |
| Binary | 11110001 | 11010011 | 10011011 | 0 | 1100 | 100100 | 101 | 100111 | 1001011 | 1001110 |
Color Harmonies of #F1D39B
Complementary color
Monochromatic Colors of #F1D39B
Black with #F1D39B
Text Example
Text Example
White with #F1D39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D39B; }
p { color: rgb(241,211,155); }
H1.HeaderClassName
{
color: #F1D39B;
}
.AnyTagClassName
{
color: #F1D39B;
}
</style>
background-color css
<style>
a { background-color: #F1D39B; }
a { background-color: rgb(241,211,155); }
div.DivClassName
{
background-color: #F1D39B;
}
.BgClassName
{
background-color: #F1D39B;
}
</style>
border-color css
<style>
span { border-color: #F1D39B; }
span { border-color: rgb(241,211,155); }
td.TdClassName
{
border-color: #F1D39B;
}
.TagClassName
{
border-color: #F1D39B;
}
</style>