Shades of Oasis #FFF3C2
Tints of Oasis #FFF3C2
RGB
CMYK
RGB Variations
Color information
#FFF3C2 (or 0xFFF3C2) is known color: Oasis. HEX triplet: FF, F3 and C2. RGB value is (255,243,194). Sum of RGB (Red+Green+Blue) = 255+243+194=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 194 (76.17% from 255 or 28.03% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C2 is #000C3D. Grayscale: #F1F1F1. Windows color (decimal): -3134 or 12776447. OLE color: 12776447.
HSL color Cylindrical-coordinate representation of color #FFF3C2: hue angle of 48.2º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFF3C2 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 194 | - |
| CMYK | 0 | 0.05 | 0.24 | 0 |
| HSL | 48.2º | 1% | 0.88% | - |
| HSV(B) | 48.2º | 0.24% | 1% | - |
| XYZ | 83.03 | 89.26 | 63.89 | - |
| YUV | 241 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 194 | 0 | 0.05 | 0.24 | 0 | 48.2 | 1 | 0.88 |
| Hex | FF | F3 | C2 | 0 | 5 | 18 | 0 | 30 | 64 | 58 |
| Octal | 377 | 363 | 302 | 0 | 5 | 30 | 0 | 60 | 144 | 130 |
| Binary | 11111111 | 11110011 | 11000010 | 0 | 101 | 11000 | 0 | 110000 | 1100100 | 1011000 |
Color Harmonies of #FFF3C2
Complementary color
Monochromatic Colors of #FFF3C2
Black with #FFF3C2
Text Example
Text Example
White with #FFF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3C2; }
p { color: rgb(255,243,194); }
H1.HeaderClassName
{
color: #FFF3C2;
}
.AnyTagClassName
{
color: #FFF3C2;
}
</style>
background-color css
<style>
a { background-color: #FFF3C2; }
a { background-color: rgb(255,243,194); }
div.DivClassName
{
background-color: #FFF3C2;
}
.BgClassName
{
background-color: #FFF3C2;
}
</style>
border-color css
<style>
span { border-color: #FFF3C2; }
span { border-color: rgb(255,243,194); }
td.TdClassName
{
border-color: #FFF3C2;
}
.TagClassName
{
border-color: #FFF3C2;
}
</style>