Shades of Oasis #FDF1BD
Tints of Oasis #FDF1BD
RGB
CMYK
RGB Variations
Color information
#FDF1BD (or 0xFDF1BD) is known color: Oasis. HEX triplet: FD, F1 and BD. RGB value is (253,241,189). Sum of RGB (Red+Green+Blue) = 253+241+189=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BD is #020E42. Grayscale: #EEEEEE. Windows color (decimal): -134723 or 12448253. OLE color: 12448253.
HSL color Cylindrical-coordinate representation of color #FDF1BD: hue angle of 48.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDF1BD is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 189 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.01 |
| HSL | 48.75º | 0.94% | 0.87% | - |
| HSV(B) | 48.75º | 0.25% | 0.99% | - |
| XYZ | 81.15 | 87.47 | 60.75 | - |
| YUV | 238.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 189 | 0 | 0.05 | 0.25 | 0.01 | 48.75 | 0.94 | 0.87 |
| Hex | FD | F1 | BD | 0 | 5 | 19 | 1 | 31 | 5E | 57 |
| Octal | 375 | 361 | 275 | 0 | 5 | 31 | 1 | 61 | 136 | 127 |
| Binary | 11111101 | 11110001 | 10111101 | 0 | 101 | 11001 | 1 | 110001 | 1011110 | 1010111 |
Color Harmonies of #FDF1BD
Complementary color
Monochromatic Colors of #FDF1BD
Black with #FDF1BD
Text Example
Text Example
White with #FDF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1BD; }
p { color: rgb(253,241,189); }
H1.HeaderClassName
{
color: #FDF1BD;
}
.AnyTagClassName
{
color: #FDF1BD;
}
</style>
background-color css
<style>
a { background-color: #FDF1BD; }
a { background-color: rgb(253,241,189); }
div.DivClassName
{
background-color: #FDF1BD;
}
.BgClassName
{
background-color: #FDF1BD;
}
</style>
border-color css
<style>
span { border-color: #FDF1BD; }
span { border-color: rgb(253,241,189); }
td.TdClassName
{
border-color: #FDF1BD;
}
.TagClassName
{
border-color: #FDF1BD;
}
</style>