Shades of Oasis #FDEBBF
Tints of Oasis #FDEBBF
RGB
CMYK
RGB Variations
Color information
#FDEBBF (or 0xFDEBBF) is known color: Oasis. HEX triplet: FD, EB and BF. RGB value is (253,235,191). Sum of RGB (Red+Green+Blue) = 253+235+191=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBBF is #021440. Grayscale: #EBEBEB. Windows color (decimal): -136257 or 12577789. OLE color: 12577789.
HSL color Cylindrical-coordinate representation of color #FDEBBF: hue angle of 42.58º 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 #FDEBBF is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 191 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.01 |
| HSL | 42.58º | 0.94% | 0.87% | - |
| HSV(B) | 42.58º | 0.25% | 0.99% | - |
| XYZ | 79.62 | 84.06 | 61.32 | - |
| YUV | 235.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 191 | 0 | 0.07 | 0.25 | 0.01 | 42.58 | 0.94 | 0.87 |
| Hex | FD | EB | BF | 0 | 7 | 19 | 1 | 2B | 5E | 57 |
| Octal | 375 | 353 | 277 | 0 | 7 | 31 | 1 | 53 | 136 | 127 |
| Binary | 11111101 | 11101011 | 10111111 | 0 | 111 | 11001 | 1 | 101011 | 1011110 | 1010111 |
Color Harmonies of #FDEBBF
Complementary color
Monochromatic Colors of #FDEBBF
Black with #FDEBBF
Text Example
Text Example
White with #FDEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBBF; }
p { color: rgb(253,235,191); }
H1.HeaderClassName
{
color: #FDEBBF;
}
.AnyTagClassName
{
color: #FDEBBF;
}
</style>
background-color css
<style>
a { background-color: #FDEBBF; }
a { background-color: rgb(253,235,191); }
div.DivClassName
{
background-color: #FDEBBF;
}
.BgClassName
{
background-color: #FDEBBF;
}
</style>
border-color css
<style>
span { border-color: #FDEBBF; }
span { border-color: rgb(253,235,191); }
td.TdClassName
{
border-color: #FDEBBF;
}
.TagClassName
{
border-color: #FDEBBF;
}
</style>