Shades of New Tan #F1C894
Tints of New Tan #F1C894
RGB
CMYK
RGB Variations
Color information
#F1C894 (or 0xF1C894) is known color: New Tan. HEX triplet: F1, C8 and 94. RGB value is (241,200,148). Sum of RGB (Red+Green+Blue) = 241+200+148=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C894 is #0E376B. Grayscale: #CECECE. Windows color (decimal): -931692 or 9750769. OLE color: 9750769.
HSL color Cylindrical-coordinate representation of color #F1C894: hue angle of 33.55º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1C894 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 148 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.05 |
| HSL | 33.55º | 0.77% | 0.76% | - |
| HSV(B) | 33.55º | 0.39% | 0.95% | - |
| XYZ | 62.28 | 62.15 | 36.73 | - |
| YUV | 206.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 148 | 0 | 0.17 | 0.39 | 0.05 | 33.55 | 0.77 | 0.76 |
| Hex | F1 | C8 | 94 | 0 | 11 | 27 | 5 | 22 | 4D | 4C |
| Octal | 361 | 310 | 224 | 0 | 21 | 47 | 5 | 42 | 115 | 114 |
| Binary | 11110001 | 11001000 | 10010100 | 0 | 10001 | 100111 | 101 | 100010 | 1001101 | 1001100 |
Color Harmonies of #F1C894
Complementary color
Monochromatic Colors of #F1C894
Black with #F1C894
Text Example
Text Example
White with #F1C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C894; }
p { color: rgb(241,200,148); }
H1.HeaderClassName
{
color: #F1C894;
}
.AnyTagClassName
{
color: #F1C894;
}
</style>
background-color css
<style>
a { background-color: #F1C894; }
a { background-color: rgb(241,200,148); }
div.DivClassName
{
background-color: #F1C894;
}
.BgClassName
{
background-color: #F1C894;
}
</style>
border-color css
<style>
span { border-color: #F1C894; }
span { border-color: rgb(241,200,148); }
td.TdClassName
{
border-color: #F1C894;
}
.TagClassName
{
border-color: #F1C894;
}
</style>