Shades of Oasis #FFF3C0
Tints of Oasis #FFF3C0
RGB
CMYK
RGB Variations
Color information
#FFF3C0 (or 0xFFF3C0) is known color: Oasis. HEX triplet: FF, F3 and C0. RGB value is (255,243,192). Sum of RGB (Red+Green+Blue) = 255+243+192=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C0 is #000C3F. Grayscale: #F0F0F0. Windows color (decimal): -3136 or 12645375. OLE color: 12645375.
HSL color Cylindrical-coordinate representation of color #FFF3C0: hue angle of 48.57º 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 #FFF3C0 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 192 | - |
| CMYK | 0 | 0.05 | 0.25 | 0 |
| HSL | 48.57º | 1% | 0.88% | - |
| HSV(B) | 48.57º | 0.25% | 1% | - |
| XYZ | 82.81 | 89.17 | 62.72 | - |
| YUV | 240.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 192 | 0 | 0.05 | 0.25 | 0 | 48.57 | 1 | 0.88 |
| Hex | FF | F3 | C0 | 0 | 5 | 19 | 0 | 31 | 64 | 58 |
| Octal | 377 | 363 | 300 | 0 | 5 | 31 | 0 | 61 | 144 | 130 |
| Binary | 11111111 | 11110011 | 11000000 | 0 | 101 | 11001 | 0 | 110001 | 1100100 | 1011000 |
Color Harmonies of #FFF3C0
Complementary color
Monochromatic Colors of #FFF3C0
Black with #FFF3C0
Text Example
Text Example
White with #FFF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3C0; }
p { color: rgb(255,243,192); }
H1.HeaderClassName
{
color: #FFF3C0;
}
.AnyTagClassName
{
color: #FFF3C0;
}
</style>
background-color css
<style>
a { background-color: #FFF3C0; }
a { background-color: rgb(255,243,192); }
div.DivClassName
{
background-color: #FFF3C0;
}
.BgClassName
{
background-color: #FFF3C0;
}
</style>
border-color css
<style>
span { border-color: #FFF3C0; }
span { border-color: rgb(255,243,192); }
td.TdClassName
{
border-color: #FFF3C0;
}
.TagClassName
{
border-color: #FFF3C0;
}
</style>