Shades of Oasis #FDEABF
Tints of Oasis #FDEABF
RGB
CMYK
RGB Variations
Color information
#FDEABF (or 0xFDEABF) is known color: Oasis. HEX triplet: FD, EA and BF. RGB value is (253,234,191). Sum of RGB (Red+Green+Blue) = 253+234+191=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEABF is #021540. Grayscale: #EAEAEA. Windows color (decimal): -136513 or 12577533. OLE color: 12577533.
HSL color Cylindrical-coordinate representation of color #FDEABF: hue angle of 41.61º 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 #FDEABF is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 191 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.01 |
| HSL | 41.61º | 0.94% | 0.87% | - |
| HSV(B) | 41.61º | 0.25% | 0.99% | - |
| XYZ | 79.33 | 83.49 | 61.22 | - |
| YUV | 234.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 191 | 0 | 0.08 | 0.25 | 0.01 | 41.61 | 0.94 | 0.87 |
| Hex | FD | EA | BF | 0 | 8 | 19 | 1 | 2A | 5E | 57 |
| Octal | 375 | 352 | 277 | 0 | 10 | 31 | 1 | 52 | 136 | 127 |
| Binary | 11111101 | 11101010 | 10111111 | 0 | 1000 | 11001 | 1 | 101010 | 1011110 | 1010111 |
Color Harmonies of #FDEABF
Complementary color
Monochromatic Colors of #FDEABF
Black with #FDEABF
Text Example
Text Example
White with #FDEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEABF; }
p { color: rgb(253,234,191); }
H1.HeaderClassName
{
color: #FDEABF;
}
.AnyTagClassName
{
color: #FDEABF;
}
</style>
background-color css
<style>
a { background-color: #FDEABF; }
a { background-color: rgb(253,234,191); }
div.DivClassName
{
background-color: #FDEABF;
}
.BgClassName
{
background-color: #FDEABF;
}
</style>
border-color css
<style>
span { border-color: #FDEABF; }
span { border-color: rgb(253,234,191); }
td.TdClassName
{
border-color: #FDEABF;
}
.TagClassName
{
border-color: #FDEABF;
}
</style>