Shades of Oasis #FFF3C7
Tints of Oasis #FFF3C7
RGB
CMYK
RGB Variations
Color information
#FFF3C7 (or 0xFFF3C7) is known color: Oasis. HEX triplet: FF, F3 and C7. RGB value is (255,243,199). Sum of RGB (Red+Green+Blue) = 255+243+199=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 199 (78.12% from 255 or 28.55% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C7 is #000C38. Grayscale: #F1F1F1. Windows color (decimal): -3129 or 13104127. OLE color: 13104127.
HSL color Cylindrical-coordinate representation of color #FFF3C7: hue angle of 47.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFF3C7 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 199 | - |
| CMYK | 0 | 0.05 | 0.22 | 0 |
| HSL | 47.14º | 1% | 0.89% | - |
| HSV(B) | 47.14º | 0.22% | 1% | - |
| XYZ | 83.6 | 89.48 | 66.9 | - |
| YUV | 241.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 199 | 0 | 0.05 | 0.22 | 0 | 47.14 | 1 | 0.89 |
| Hex | FF | F3 | C7 | 0 | 5 | 16 | 0 | 2F | 64 | 59 |
| Octal | 377 | 363 | 307 | 0 | 5 | 26 | 0 | 57 | 144 | 131 |
| Binary | 11111111 | 11110011 | 11000111 | 0 | 101 | 10110 | 0 | 101111 | 1100100 | 1011001 |
Color Harmonies of #FFF3C7
Complementary color
Monochromatic Colors of #FFF3C7
Black with #FFF3C7
Text Example
Text Example
White with #FFF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3C7; }
p { color: rgb(255,243,199); }
H1.HeaderClassName
{
color: #FFF3C7;
}
.AnyTagClassName
{
color: #FFF3C7;
}
</style>
background-color css
<style>
a { background-color: #FFF3C7; }
a { background-color: rgb(255,243,199); }
div.DivClassName
{
background-color: #FFF3C7;
}
.BgClassName
{
background-color: #FFF3C7;
}
</style>
border-color css
<style>
span { border-color: #FFF3C7; }
span { border-color: rgb(255,243,199); }
td.TdClassName
{
border-color: #FFF3C7;
}
.TagClassName
{
border-color: #FFF3C7;
}
</style>