Shades of Oasis #FFF3C4
Tints of Oasis #FFF3C4
RGB
CMYK
RGB Variations
Color information
#FFF3C4 (or 0xFFF3C4) is known color: Oasis. HEX triplet: FF, F3 and C4. RGB value is (255,243,196). Sum of RGB (Red+Green+Blue) = 255+243+196=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 196 (76.95% from 255 or 28.24% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C4 is #000C3B. Grayscale: #F1F1F1. Windows color (decimal): -3132 or 12907519. OLE color: 12907519.
HSL color Cylindrical-coordinate representation of color #FFF3C4: hue angle of 47.8º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF3C4 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 196 | - |
| CMYK | 0 | 0.05 | 0.23 | 0 |
| HSL | 47.8º | 1% | 0.88% | - |
| HSV(B) | 47.8º | 0.23% | 1% | - |
| XYZ | 83.25 | 89.35 | 65.08 | - |
| YUV | 241.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 196 | 0 | 0.05 | 0.23 | 0 | 47.8 | 1 | 0.88 |
| Hex | FF | F3 | C4 | 0 | 5 | 17 | 0 | 30 | 64 | 58 |
| Octal | 377 | 363 | 304 | 0 | 5 | 27 | 0 | 60 | 144 | 130 |
| Binary | 11111111 | 11110011 | 11000100 | 0 | 101 | 10111 | 0 | 110000 | 1100100 | 1011000 |
Color Harmonies of #FFF3C4
Complementary color
Monochromatic Colors of #FFF3C4
Black with #FFF3C4
Text Example
Text Example
White with #FFF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3C4; }
p { color: rgb(255,243,196); }
H1.HeaderClassName
{
color: #FFF3C4;
}
.AnyTagClassName
{
color: #FFF3C4;
}
</style>
background-color css
<style>
a { background-color: #FFF3C4; }
a { background-color: rgb(255,243,196); }
div.DivClassName
{
background-color: #FFF3C4;
}
.BgClassName
{
background-color: #FFF3C4;
}
</style>
border-color css
<style>
span { border-color: #FFF3C4; }
span { border-color: rgb(255,243,196); }
td.TdClassName
{
border-color: #FFF3C4;
}
.TagClassName
{
border-color: #FFF3C4;
}
</style>