Shades of Oasis #FFF1C7
Tints of Oasis #FFF1C7
RGB
CMYK
RGB Variations
Color information
#FFF1C7 (or 0xFFF1C7) is known color: Oasis. HEX triplet: FF, F1 and C7. RGB value is (255,241,199). Sum of RGB (Red+Green+Blue) = 255+241+199=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 199 (78.12% from 255 or 28.63% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1C7 is #000E38. Grayscale: #F0F0F0. Windows color (decimal): -3641 or 13103615. OLE color: 13103615.
HSL color Cylindrical-coordinate representation of color #FFF1C7: hue angle of 45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFF1C7 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 199 | - |
| CMYK | 0 | 0.05 | 0.22 | 0 |
| HSL | 45º | 1% | 0.89% | - |
| HSV(B) | 45º | 0.22% | 1% | - |
| XYZ | 83 | 88.29 | 66.7 | - |
| YUV | 240.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 199 | 0 | 0.05 | 0.22 | 0 | 45 | 1 | 0.89 |
| Hex | FF | F1 | C7 | 0 | 5 | 16 | 0 | 2D | 64 | 59 |
| Octal | 377 | 361 | 307 | 0 | 5 | 26 | 0 | 55 | 144 | 131 |
| Binary | 11111111 | 11110001 | 11000111 | 0 | 101 | 10110 | 0 | 101101 | 1100100 | 1011001 |
Color Harmonies of #FFF1C7
Complementary color
Monochromatic Colors of #FFF1C7
Black with #FFF1C7
Text Example
Text Example
White with #FFF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1C7; }
p { color: rgb(255,241,199); }
H1.HeaderClassName
{
color: #FFF1C7;
}
.AnyTagClassName
{
color: #FFF1C7;
}
</style>
background-color css
<style>
a { background-color: #FFF1C7; }
a { background-color: rgb(255,241,199); }
div.DivClassName
{
background-color: #FFF1C7;
}
.BgClassName
{
background-color: #FFF1C7;
}
</style>
border-color css
<style>
span { border-color: #FFF1C7; }
span { border-color: rgb(255,241,199); }
td.TdClassName
{
border-color: #FFF1C7;
}
.TagClassName
{
border-color: #FFF1C7;
}
</style>