Shades of Oasis #FBEDC8
Tints of Oasis #FBEDC8
RGB
CMYK
RGB Variations
Color information
#FBEDC8 (or 0xFBEDC8) is known color: Oasis. HEX triplet: FB, ED and C8. RGB value is (251,237,200). Sum of RGB (Red+Green+Blue) = 251+237+200=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDC8 is #041237. Grayscale: #EDEDED. Windows color (decimal): -266808 or 13168123. OLE color: 13168123.
HSL color Cylindrical-coordinate representation of color #FBEDC8: hue angle of 43.53º degrees, saturation: 0.86, 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 #FBEDC8 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 237 | 200 | - |
CMYK | 0 | 0.06 | 0.20 | 0.02 |
HSL | 43.53º | 0.86% | 0.88% | - |
HSV(B) | 43.53º | 0.2% | 0.98% | - |
XYZ | 80.49 | 85.25 | 66.86 | - |
YUV | 236.97 | 107.14 | 138.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 237 | 200 | 0 | 0.06 | 0.20 | 0.02 | 43.53 | 0.86 | 0.88 |
Hex | FB | ED | C8 | 0 | 6 | 14 | 2 | 2C | 56 | 58 |
Octal | 373 | 355 | 310 | 0 | 6 | 24 | 2 | 54 | 126 | 130 |
Binary | 11111011 | 11101101 | 11001000 | 0 | 110 | 10100 | 10 | 101100 | 1010110 | 1011000 |
Color Harmonies of #FBEDC8
Complementary color
Monochromatic Colors of #FBEDC8
Black with #FBEDC8
Text Example
Text Example
White with #FBEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDC8; }
p { color: rgb(251,237,200); }
H1.HeaderClassName
{
color: #FBEDC8;
}
.AnyTagClassName
{
color: #FBEDC8;
}
</style>
background-color css
<style>
a { background-color: #FBEDC8; }
a { background-color: rgb(251,237,200); }
div.DivClassName
{
background-color: #FBEDC8;
}
.BgClassName
{
background-color: #FBEDC8;
}
</style>
border-color css
<style>
span { border-color: #FBEDC8; }
span { border-color: rgb(251,237,200); }
td.TdClassName
{
border-color: #FBEDC8;
}
.TagClassName
{
border-color: #FBEDC8;
}
</style>