Shades of Oasis #FFF0C5
Tints of Oasis #FFF0C5
RGB
CMYK
RGB Variations
Color information
#FFF0C5 (or 0xFFF0C5) is known color: Oasis. HEX triplet: FF, F0 and C5. RGB value is (255,240,197). Sum of RGB (Red+Green+Blue) = 255+240+197=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 197 (77.34% from 255 or 28.47% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0C5 is #000F3A. Grayscale: #EFEFEF. Windows color (decimal): -3899 or 12972287. OLE color: 12972287.
HSL color Cylindrical-coordinate representation of color #FFF0C5: hue angle of 44.48º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF0C5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 197 | - |
| CMYK | 0 | 0.06 | 0.23 | 0 |
| HSL | 44.48º | 1% | 0.89% | - |
| HSV(B) | 44.48º | 0.23% | 1% | - |
| XYZ | 82.48 | 87.61 | 65.39 | - |
| YUV | 239.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 197 | 0 | 0.06 | 0.23 | 0 | 44.48 | 1 | 0.89 |
| Hex | FF | F0 | C5 | 0 | 6 | 17 | 0 | 2C | 64 | 59 |
| Octal | 377 | 360 | 305 | 0 | 6 | 27 | 0 | 54 | 144 | 131 |
| Binary | 11111111 | 11110000 | 11000101 | 0 | 110 | 10111 | 0 | 101100 | 1100100 | 1011001 |
Color Harmonies of #FFF0C5
Complementary color
Monochromatic Colors of #FFF0C5
Black with #FFF0C5
Text Example
Text Example
White with #FFF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0C5; }
p { color: rgb(255,240,197); }
H1.HeaderClassName
{
color: #FFF0C5;
}
.AnyTagClassName
{
color: #FFF0C5;
}
</style>
background-color css
<style>
a { background-color: #FFF0C5; }
a { background-color: rgb(255,240,197); }
div.DivClassName
{
background-color: #FFF0C5;
}
.BgClassName
{
background-color: #FFF0C5;
}
</style>
border-color css
<style>
span { border-color: #FFF0C5; }
span { border-color: rgb(255,240,197); }
td.TdClassName
{
border-color: #FFF0C5;
}
.TagClassName
{
border-color: #FFF0C5;
}
</style>