Shades of Oasis #FFF0C0
Tints of Oasis #FFF0C0
RGB
CMYK
RGB Variations
Color information
#FFF0C0 (or 0xFFF0C0) is known color: Oasis. HEX triplet: FF, F0 and C0. RGB value is (255,240,192). Sum of RGB (Red+Green+Blue) = 255+240+192=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0C0 is #000F3F. Grayscale: #EFEFEF. Windows color (decimal): -3904 or 12644607. OLE color: 12644607.
HSL color Cylindrical-coordinate representation of color #FFF0C0: hue angle of 45.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF0C0 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 192 | - |
| CMYK | 0 | 0.06 | 0.25 | 0 |
| HSL | 45.71º | 1% | 0.88% | - |
| HSV(B) | 45.71º | 0.25% | 1% | - |
| XYZ | 81.91 | 87.39 | 62.42 | - |
| YUV | 239.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 192 | 0 | 0.06 | 0.25 | 0 | 45.71 | 1 | 0.88 |
| Hex | FF | F0 | C0 | 0 | 6 | 19 | 0 | 2E | 64 | 58 |
| Octal | 377 | 360 | 300 | 0 | 6 | 31 | 0 | 56 | 144 | 130 |
| Binary | 11111111 | 11110000 | 11000000 | 0 | 110 | 11001 | 0 | 101110 | 1100100 | 1011000 |
Color Harmonies of #FFF0C0
Complementary color
Monochromatic Colors of #FFF0C0
Black with #FFF0C0
Text Example
Text Example
White with #FFF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0C0; }
p { color: rgb(255,240,192); }
H1.HeaderClassName
{
color: #FFF0C0;
}
.AnyTagClassName
{
color: #FFF0C0;
}
</style>
background-color css
<style>
a { background-color: #FFF0C0; }
a { background-color: rgb(255,240,192); }
div.DivClassName
{
background-color: #FFF0C0;
}
.BgClassName
{
background-color: #FFF0C0;
}
</style>
border-color css
<style>
span { border-color: #FFF0C0; }
span { border-color: rgb(255,240,192); }
td.TdClassName
{
border-color: #FFF0C0;
}
.TagClassName
{
border-color: #FFF0C0;
}
</style>