Shades of Oasis #FFF0C2
Tints of Oasis #FFF0C2
RGB
CMYK
RGB Variations
Color information
#FFF0C2 (or 0xFFF0C2) is known color: Oasis. HEX triplet: FF, F0 and C2. RGB value is (255,240,194). Sum of RGB (Red+Green+Blue) = 255+240+194=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 194 (76.17% from 255 or 28.16% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0C2 is #000F3D. Grayscale: #EFEFEF. Windows color (decimal): -3902 or 12775679. OLE color: 12775679.
HSL color Cylindrical-coordinate representation of color #FFF0C2: hue angle of 45.25º 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 #FFF0C2 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 194 | - |
| CMYK | 0 | 0.06 | 0.24 | 0 |
| HSL | 45.25º | 1% | 0.88% | - |
| HSV(B) | 45.25º | 0.24% | 1% | - |
| XYZ | 82.14 | 87.48 | 63.59 | - |
| YUV | 239.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 194 | 0 | 0.06 | 0.24 | 0 | 45.25 | 1 | 0.88 |
| Hex | FF | F0 | C2 | 0 | 6 | 18 | 0 | 2D | 64 | 58 |
| Octal | 377 | 360 | 302 | 0 | 6 | 30 | 0 | 55 | 144 | 130 |
| Binary | 11111111 | 11110000 | 11000010 | 0 | 110 | 11000 | 0 | 101101 | 1100100 | 1011000 |
Color Harmonies of #FFF0C2
Complementary color
Monochromatic Colors of #FFF0C2
Black with #FFF0C2
Text Example
Text Example
White with #FFF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0C2; }
p { color: rgb(255,240,194); }
H1.HeaderClassName
{
color: #FFF0C2;
}
.AnyTagClassName
{
color: #FFF0C2;
}
</style>
background-color css
<style>
a { background-color: #FFF0C2; }
a { background-color: rgb(255,240,194); }
div.DivClassName
{
background-color: #FFF0C2;
}
.BgClassName
{
background-color: #FFF0C2;
}
</style>
border-color css
<style>
span { border-color: #FFF0C2; }
span { border-color: rgb(255,240,194); }
td.TdClassName
{
border-color: #FFF0C2;
}
.TagClassName
{
border-color: #FFF0C2;
}
</style>