Shades of Oasis #FFF1CA
Tints of Oasis #FFF1CA
RGB
CMYK
RGB Variations
Color information
#FFF1CA (or 0xFFF1CA) is known color: Oasis. HEX triplet: FF, F1 and CA. RGB value is (255,241,202). Sum of RGB (Red+Green+Blue) = 255+241+202=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1CA is #000E35. Grayscale: #F0F0F0. Windows color (decimal): -3638 or 13300223. OLE color: 13300223.
HSL color Cylindrical-coordinate representation of color #FFF1CA: hue angle of 44.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFF1CA is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 202 | - |
| CMYK | 0 | 0.05 | 0.21 | 0 |
| HSL | 44.15º | 1% | 0.9% | - |
| HSV(B) | 44.15º | 0.21% | 1% | - |
| XYZ | 83.36 | 88.43 | 68.55 | - |
| YUV | 240.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 202 | 0 | 0.05 | 0.21 | 0 | 44.15 | 1 | 0.9 |
| Hex | FF | F1 | CA | 0 | 5 | 15 | 0 | 2C | 64 | 5A |
| Octal | 377 | 361 | 312 | 0 | 5 | 25 | 0 | 54 | 144 | 132 |
| Binary | 11111111 | 11110001 | 11001010 | 0 | 101 | 10101 | 0 | 101100 | 1100100 | 1011010 |
Color Harmonies of #FFF1CA
Complementary color
Monochromatic Colors of #FFF1CA
Black with #FFF1CA
Text Example
Text Example
White with #FFF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1CA; }
p { color: rgb(255,241,202); }
H1.HeaderClassName
{
color: #FFF1CA;
}
.AnyTagClassName
{
color: #FFF1CA;
}
</style>
background-color css
<style>
a { background-color: #FFF1CA; }
a { background-color: rgb(255,241,202); }
div.DivClassName
{
background-color: #FFF1CA;
}
.BgClassName
{
background-color: #FFF1CA;
}
</style>
border-color css
<style>
span { border-color: #FFF1CA; }
span { border-color: rgb(255,241,202); }
td.TdClassName
{
border-color: #FFF1CA;
}
.TagClassName
{
border-color: #FFF1CA;
}
</style>