Shades of Oasis #FFF4C7
Tints of Oasis #FFF4C7
RGB
CMYK
RGB Variations
Color information
#FFF4C7 (or 0xFFF4C7) is known color: Oasis. HEX triplet: FF, F4 and C7. RGB value is (255,244,199). Sum of RGB (Red+Green+Blue) = 255+244+199=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 199 (78.12% from 255 or 28.51% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C7 is #000B38. Grayscale: #F2F2F2. Windows color (decimal): -2873 or 13104383. OLE color: 13104383.
HSL color Cylindrical-coordinate representation of color #FFF4C7: hue angle of 48.21º 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 #FFF4C7 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 199 | - |
| CMYK | 0 | 0.04 | 0.22 | 0 |
| HSL | 48.21º | 1% | 0.89% | - |
| HSV(B) | 48.21º | 0.22% | 1% | - |
| XYZ | 83.9 | 90.08 | 67 | - |
| YUV | 242.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 199 | 0 | 0.04 | 0.22 | 0 | 48.21 | 1 | 0.89 |
| Hex | FF | F4 | C7 | 0 | 4 | 16 | 0 | 30 | 64 | 59 |
| Octal | 377 | 364 | 307 | 0 | 4 | 26 | 0 | 60 | 144 | 131 |
| Binary | 11111111 | 11110100 | 11000111 | 0 | 100 | 10110 | 0 | 110000 | 1100100 | 1011001 |
Color Harmonies of #FFF4C7
Complementary color
Monochromatic Colors of #FFF4C7
Black with #FFF4C7
Text Example
Text Example
White with #FFF4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4C7; }
p { color: rgb(255,244,199); }
H1.HeaderClassName
{
color: #FFF4C7;
}
.AnyTagClassName
{
color: #FFF4C7;
}
</style>
background-color css
<style>
a { background-color: #FFF4C7; }
a { background-color: rgb(255,244,199); }
div.DivClassName
{
background-color: #FFF4C7;
}
.BgClassName
{
background-color: #FFF4C7;
}
</style>
border-color css
<style>
span { border-color: #FFF4C7; }
span { border-color: rgb(255,244,199); }
td.TdClassName
{
border-color: #FFF4C7;
}
.TagClassName
{
border-color: #FFF4C7;
}
</style>