Shades of Oasis #FFF3C9
Tints of Oasis #FFF3C9
RGB
CMYK
RGB Variations
Color information
#FFF3C9 (or 0xFFF3C9) is known color: Oasis. HEX triplet: FF, F3 and C9. RGB value is (255,243,201). Sum of RGB (Red+Green+Blue) = 255+243+201=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 201 (78.91% from 255 or 28.76% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C9 is #000C36. Grayscale: #F1F1F1. Windows color (decimal): -3127 or 13235199. OLE color: 13235199.
HSL color Cylindrical-coordinate representation of color #FFF3C9: hue angle of 46.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFF3C9 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 201 | - |
| CMYK | 0 | 0.05 | 0.21 | 0 |
| HSL | 46.67º | 1% | 0.89% | - |
| HSV(B) | 46.67º | 0.21% | 1% | - |
| XYZ | 83.83 | 89.58 | 68.13 | - |
| YUV | 241.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 201 | 0 | 0.05 | 0.21 | 0 | 46.67 | 1 | 0.89 |
| Hex | FF | F3 | C9 | 0 | 5 | 15 | 0 | 2F | 64 | 59 |
| Octal | 377 | 363 | 311 | 0 | 5 | 25 | 0 | 57 | 144 | 131 |
| Binary | 11111111 | 11110011 | 11001001 | 0 | 101 | 10101 | 0 | 101111 | 1100100 | 1011001 |
Color Harmonies of #FFF3C9
Complementary color
Monochromatic Colors of #FFF3C9
Black with #FFF3C9
Text Example
Text Example
White with #FFF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3C9; }
p { color: rgb(255,243,201); }
H1.HeaderClassName
{
color: #FFF3C9;
}
.AnyTagClassName
{
color: #FFF3C9;
}
</style>
background-color css
<style>
a { background-color: #FFF3C9; }
a { background-color: rgb(255,243,201); }
div.DivClassName
{
background-color: #FFF3C9;
}
.BgClassName
{
background-color: #FFF3C9;
}
</style>
border-color css
<style>
span { border-color: #FFF3C9; }
span { border-color: rgb(255,243,201); }
td.TdClassName
{
border-color: #FFF3C9;
}
.TagClassName
{
border-color: #FFF3C9;
}
</style>