Shades of Splash #F1D49F
Tints of Splash #F1D49F
RGB
CMYK
RGB Variations
Color information
#F1D49F (or 0xF1D49F) is known color: Splash. HEX triplet: F1, D4 and 9F. RGB value is (241,212,159). Sum of RGB (Red+Green+Blue) = 241+212+159=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D49F is #0E2B60. Grayscale: #D6D6D6. Windows color (decimal): -928609 or 10474737. OLE color: 10474737.
HSL color Cylindrical-coordinate representation of color #F1D49F: hue angle of 38.78º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1D49F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 159 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.05 |
| HSL | 38.78º | 0.75% | 0.78% | - |
| HSV(B) | 38.78º | 0.34% | 0.95% | - |
| XYZ | 66.08 | 68.29 | 42.5 | - |
| YUV | 214.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 159 | 0 | 0.12 | 0.34 | 0.05 | 38.78 | 0.75 | 0.78 |
| Hex | F1 | D4 | 9F | 0 | C | 22 | 5 | 27 | 4B | 4E |
| Octal | 361 | 324 | 237 | 0 | 14 | 42 | 5 | 47 | 113 | 116 |
| Binary | 11110001 | 11010100 | 10011111 | 0 | 1100 | 100010 | 101 | 100111 | 1001011 | 1001110 |
Color Harmonies of #F1D49F
Complementary color
Monochromatic Colors of #F1D49F
Black with #F1D49F
Text Example
Text Example
White with #F1D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D49F; }
p { color: rgb(241,212,159); }
H1.HeaderClassName
{
color: #F1D49F;
}
.AnyTagClassName
{
color: #F1D49F;
}
</style>
background-color css
<style>
a { background-color: #F1D49F; }
a { background-color: rgb(241,212,159); }
div.DivClassName
{
background-color: #F1D49F;
}
.BgClassName
{
background-color: #F1D49F;
}
</style>
border-color css
<style>
span { border-color: #F1D49F; }
span { border-color: rgb(241,212,159); }
td.TdClassName
{
border-color: #F1D49F;
}
.TagClassName
{
border-color: #F1D49F;
}
</style>