Shades of Oasis #FAEDBD
Tints of Oasis #FAEDBD
RGB
CMYK
RGB Variations
Color information
#FAEDBD (or 0xFAEDBD) is known color: Oasis. HEX triplet: FA, ED and BD. RGB value is (250,237,189). Sum of RGB (Red+Green+Blue) = 250+237+189=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDBD is #051242. Grayscale: #EBEBEB. Windows color (decimal): -332355 or 12447226. OLE color: 12447226.
HSL color Cylindrical-coordinate representation of color #FAEDBD: hue angle of 47.21º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAEDBD is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 189 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.02 |
| HSL | 47.21º | 0.86% | 0.86% | - |
| HSV(B) | 47.21º | 0.24% | 0.98% | - |
| XYZ | 78.89 | 84.57 | 60.31 | - |
| YUV | 235.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 189 | 0 | 0.05 | 0.24 | 0.02 | 47.21 | 0.86 | 0.86 |
| Hex | FA | ED | BD | 0 | 5 | 18 | 2 | 2F | 56 | 56 |
| Octal | 372 | 355 | 275 | 0 | 5 | 30 | 2 | 57 | 126 | 126 |
| Binary | 11111010 | 11101101 | 10111101 | 0 | 101 | 11000 | 10 | 101111 | 1010110 | 1010110 |
Color Harmonies of #FAEDBD
Complementary color
Monochromatic Colors of #FAEDBD
Black with #FAEDBD
Text Example
Text Example
White with #FAEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDBD; }
p { color: rgb(250,237,189); }
H1.HeaderClassName
{
color: #FAEDBD;
}
.AnyTagClassName
{
color: #FAEDBD;
}
</style>
background-color css
<style>
a { background-color: #FAEDBD; }
a { background-color: rgb(250,237,189); }
div.DivClassName
{
background-color: #FAEDBD;
}
.BgClassName
{
background-color: #FAEDBD;
}
</style>
border-color css
<style>
span { border-color: #FAEDBD; }
span { border-color: rgb(250,237,189); }
td.TdClassName
{
border-color: #FAEDBD;
}
.TagClassName
{
border-color: #FAEDBD;
}
</style>