Shades of Oasis #FFF4C5
Tints of Oasis #FFF4C5
RGB
CMYK
RGB Variations
Color information
#FFF4C5 (or 0xFFF4C5) is known color: Oasis. HEX triplet: FF, F4 and C5. RGB value is (255,244,197). Sum of RGB (Red+Green+Blue) = 255+244+197=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 197 (77.34% from 255 or 28.30% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C5 is #000B3A. Grayscale: #F2F2F2. Windows color (decimal): -2875 or 12973311. OLE color: 12973311.
HSL color Cylindrical-coordinate representation of color #FFF4C5: hue angle of 48.62º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF4C5 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 197 | - |
| CMYK | 0 | 0.04 | 0.23 | 0 |
| HSL | 48.62º | 1% | 0.89% | - |
| HSV(B) | 48.62º | 0.23% | 1% | - |
| XYZ | 83.67 | 89.99 | 65.78 | - |
| YUV | 241.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 197 | 0 | 0.04 | 0.23 | 0 | 48.62 | 1 | 0.89 |
| Hex | FF | F4 | C5 | 0 | 4 | 17 | 0 | 31 | 64 | 59 |
| Octal | 377 | 364 | 305 | 0 | 4 | 27 | 0 | 61 | 144 | 131 |
| Binary | 11111111 | 11110100 | 11000101 | 0 | 100 | 10111 | 0 | 110001 | 1100100 | 1011001 |
Color Harmonies of #FFF4C5
Complementary color
Monochromatic Colors of #FFF4C5
Black with #FFF4C5
Text Example
Text Example
White with #FFF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4C5; }
p { color: rgb(255,244,197); }
H1.HeaderClassName
{
color: #FFF4C5;
}
.AnyTagClassName
{
color: #FFF4C5;
}
</style>
background-color css
<style>
a { background-color: #FFF4C5; }
a { background-color: rgb(255,244,197); }
div.DivClassName
{
background-color: #FFF4C5;
}
.BgClassName
{
background-color: #FFF4C5;
}
</style>
border-color css
<style>
span { border-color: #FFF4C5; }
span { border-color: rgb(255,244,197); }
td.TdClassName
{
border-color: #FFF4C5;
}
.TagClassName
{
border-color: #FFF4C5;
}
</style>