Shades of Oasis #FFF1C8
Tints of Oasis #FFF1C8
RGB
CMYK
RGB Variations
Color information
#FFF1C8 (or 0xFFF1C8) is known color: Oasis. HEX triplet: FF, F1 and C8. RGB value is (255,241,200). Sum of RGB (Red+Green+Blue) = 255+241+200=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 200 (78.52% from 255 or 28.74% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1C8 is #000E37. Grayscale: #F0F0F0. Windows color (decimal): -3640 or 13169151. OLE color: 13169151.
HSL color Cylindrical-coordinate representation of color #FFF1C8: hue angle of 44.73º 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 #FFF1C8 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 200 | - |
| CMYK | 0 | 0.05 | 0.22 | 0 |
| HSL | 44.73º | 1% | 0.89% | - |
| HSV(B) | 44.73º | 0.22% | 1% | - |
| XYZ | 83.12 | 88.34 | 67.31 | - |
| YUV | 240.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 200 | 0 | 0.05 | 0.22 | 0 | 44.73 | 1 | 0.89 |
| Hex | FF | F1 | C8 | 0 | 5 | 16 | 0 | 2D | 64 | 59 |
| Octal | 377 | 361 | 310 | 0 | 5 | 26 | 0 | 55 | 144 | 131 |
| Binary | 11111111 | 11110001 | 11001000 | 0 | 101 | 10110 | 0 | 101101 | 1100100 | 1011001 |
Color Harmonies of #FFF1C8
Complementary color
Monochromatic Colors of #FFF1C8
Black with #FFF1C8
Text Example
Text Example
White with #FFF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1C8; }
p { color: rgb(255,241,200); }
H1.HeaderClassName
{
color: #FFF1C8;
}
.AnyTagClassName
{
color: #FFF1C8;
}
</style>
background-color css
<style>
a { background-color: #FFF1C8; }
a { background-color: rgb(255,241,200); }
div.DivClassName
{
background-color: #FFF1C8;
}
.BgClassName
{
background-color: #FFF1C8;
}
</style>
border-color css
<style>
span { border-color: #FFF1C8; }
span { border-color: rgb(255,241,200); }
td.TdClassName
{
border-color: #FFF1C8;
}
.TagClassName
{
border-color: #FFF1C8;
}
</style>