Shades of Oasis #FFF1C3
Tints of Oasis #FFF1C3
RGB
CMYK
RGB Variations
Color information
#FFF1C3 (or 0xFFF1C3) is known color: Oasis. HEX triplet: FF, F1 and C3. RGB value is (255,241,195). Sum of RGB (Red+Green+Blue) = 255+241+195=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 195 (76.56% from 255 or 28.22% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1C3 is #000E3C. Grayscale: #F0F0F0. Windows color (decimal): -3645 or 12841471. OLE color: 12841471.
HSL color Cylindrical-coordinate representation of color #FFF1C3: hue angle of 46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFF1C3 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 195 | - |
| CMYK | 0 | 0.05 | 0.24 | 0 |
| HSL | 46º | 1% | 0.88% | - |
| HSV(B) | 46º | 0.24% | 1% | - |
| XYZ | 82.55 | 88.11 | 64.29 | - |
| YUV | 239.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 195 | 0 | 0.05 | 0.24 | 0 | 46 | 1 | 0.88 |
| Hex | FF | F1 | C3 | 0 | 5 | 18 | 0 | 2E | 64 | 58 |
| Octal | 377 | 361 | 303 | 0 | 5 | 30 | 0 | 56 | 144 | 130 |
| Binary | 11111111 | 11110001 | 11000011 | 0 | 101 | 11000 | 0 | 101110 | 1100100 | 1011000 |
Color Harmonies of #FFF1C3
Complementary color
Monochromatic Colors of #FFF1C3
Black with #FFF1C3
Text Example
Text Example
White with #FFF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1C3; }
p { color: rgb(255,241,195); }
H1.HeaderClassName
{
color: #FFF1C3;
}
.AnyTagClassName
{
color: #FFF1C3;
}
</style>
background-color css
<style>
a { background-color: #FFF1C3; }
a { background-color: rgb(255,241,195); }
div.DivClassName
{
background-color: #FFF1C3;
}
.BgClassName
{
background-color: #FFF1C3;
}
</style>
border-color css
<style>
span { border-color: #FFF1C3; }
span { border-color: rgb(255,241,195); }
td.TdClassName
{
border-color: #FFF1C3;
}
.TagClassName
{
border-color: #FFF1C3;
}
</style>