Shades of Oasis #F9EDC8
Tints of Oasis #F9EDC8
RGB
CMYK
RGB Variations
Color information
#F9EDC8 (or 0xF9EDC8) is known color: Oasis. HEX triplet: F9, ED and C8. RGB value is (249,237,200). Sum of RGB (Red+Green+Blue) = 249+237+200=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDC8 is #061237. Grayscale: #ECECEC. Windows color (decimal): -397880 or 13168121. OLE color: 13168121.
HSL color Cylindrical-coordinate representation of color #F9EDC8: hue angle of 45.31º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9EDC8 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 200 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.02 |
| HSL | 45.31º | 0.8% | 0.88% | - |
| HSV(B) | 45.31º | 0.2% | 0.98% | - |
| XYZ | 79.78 | 84.88 | 66.82 | - |
| YUV | 236.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 200 | 0 | 0.05 | 0.20 | 0.02 | 45.31 | 0.8 | 0.88 |
| Hex | F9 | ED | C8 | 0 | 5 | 14 | 2 | 2D | 50 | 58 |
| Octal | 371 | 355 | 310 | 0 | 5 | 24 | 2 | 55 | 120 | 130 |
| Binary | 11111001 | 11101101 | 11001000 | 0 | 101 | 10100 | 10 | 101101 | 1010000 | 1011000 |
Color Harmonies of #F9EDC8
Complementary color
Monochromatic Colors of #F9EDC8
Black with #F9EDC8
Text Example
Text Example
White with #F9EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDC8; }
p { color: rgb(249,237,200); }
H1.HeaderClassName
{
color: #F9EDC8;
}
.AnyTagClassName
{
color: #F9EDC8;
}
</style>
background-color css
<style>
a { background-color: #F9EDC8; }
a { background-color: rgb(249,237,200); }
div.DivClassName
{
background-color: #F9EDC8;
}
.BgClassName
{
background-color: #F9EDC8;
}
</style>
border-color css
<style>
span { border-color: #F9EDC8; }
span { border-color: rgb(249,237,200); }
td.TdClassName
{
border-color: #F9EDC8;
}
.TagClassName
{
border-color: #F9EDC8;
}
</style>