Shades of Oasis #FFF4C8
Tints of Oasis #FFF4C8
RGB
CMYK
RGB Variations
Color information
#FFF4C8 (or 0xFFF4C8) is known color: Oasis. HEX triplet: FF, F4 and C8. RGB value is (255,244,200). Sum of RGB (Red+Green+Blue) = 255+244+200=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 200 (78.52% from 255 or 28.61% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C8 is #000B37. Grayscale: #F2F2F2. Windows color (decimal): -2872 or 13169919. OLE color: 13169919.
HSL color Cylindrical-coordinate representation of color #FFF4C8: hue angle of 48º 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 #FFF4C8 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 200 | - |
| CMYK | 0 | 0.04 | 0.22 | 0 |
| HSL | 48º | 1% | 0.89% | - |
| HSV(B) | 48º | 0.22% | 1% | - |
| XYZ | 84.02 | 90.13 | 67.61 | - |
| YUV | 242.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 200 | 0 | 0.04 | 0.22 | 0 | 48 | 1 | 0.89 |
| Hex | FF | F4 | C8 | 0 | 4 | 16 | 0 | 30 | 64 | 59 |
| Octal | 377 | 364 | 310 | 0 | 4 | 26 | 0 | 60 | 144 | 131 |
| Binary | 11111111 | 11110100 | 11001000 | 0 | 100 | 10110 | 0 | 110000 | 1100100 | 1011001 |
Color Harmonies of #FFF4C8
Complementary color
Monochromatic Colors of #FFF4C8
Black with #FFF4C8
Text Example
Text Example
White with #FFF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4C8; }
p { color: rgb(255,244,200); }
H1.HeaderClassName
{
color: #FFF4C8;
}
.AnyTagClassName
{
color: #FFF4C8;
}
</style>
background-color css
<style>
a { background-color: #FFF4C8; }
a { background-color: rgb(255,244,200); }
div.DivClassName
{
background-color: #FFF4C8;
}
.BgClassName
{
background-color: #FFF4C8;
}
</style>
border-color css
<style>
span { border-color: #FFF4C8; }
span { border-color: rgb(255,244,200); }
td.TdClassName
{
border-color: #FFF4C8;
}
.TagClassName
{
border-color: #FFF4C8;
}
</style>