Shades of Oasis #FBEEC0
Tints of Oasis #FBEEC0
RGB
CMYK
RGB Variations
Color information
#FBEEC0 (or 0xFBEEC0) is known color: Oasis. HEX triplet: FB, EE and C0. RGB value is (251,238,192). Sum of RGB (Red+Green+Blue) = 251+238+192=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC0 is #04113F. Grayscale: #ECECEC. Windows color (decimal): -266560 or 12644091. OLE color: 12644091.
HSL color Cylindrical-coordinate representation of color #FBEEC0: hue angle of 46.78º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBEEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 238 | 192 | - |
CMYK | 0 | 0.05 | 0.24 | 0.02 |
HSL | 46.78º | 0.88% | 0.87% | - |
HSV(B) | 46.78º | 0.24% | 0.98% | - |
XYZ | 79.87 | 85.46 | 62.16 | - |
YUV | 236.64 | 102.81 | 138.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 238 | 192 | 0 | 0.05 | 0.24 | 0.02 | 46.78 | 0.88 | 0.87 |
Hex | FB | EE | C0 | 0 | 5 | 18 | 2 | 2F | 58 | 57 |
Octal | 373 | 356 | 300 | 0 | 5 | 30 | 2 | 57 | 130 | 127 |
Binary | 11111011 | 11101110 | 11000000 | 0 | 101 | 11000 | 10 | 101111 | 1011000 | 1010111 |
Color Harmonies of #FBEEC0
Complementary color
Monochromatic Colors of #FBEEC0
Black with #FBEEC0
Text Example
Text Example
White with #FBEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEC0; }
p { color: rgb(251,238,192); }
H1.HeaderClassName
{
color: #FBEEC0;
}
.AnyTagClassName
{
color: #FBEEC0;
}
</style>
background-color css
<style>
a { background-color: #FBEEC0; }
a { background-color: rgb(251,238,192); }
div.DivClassName
{
background-color: #FBEEC0;
}
.BgClassName
{
background-color: #FBEEC0;
}
</style>
border-color css
<style>
span { border-color: #FBEEC0; }
span { border-color: rgb(251,238,192); }
td.TdClassName
{
border-color: #FBEEC0;
}
.TagClassName
{
border-color: #FBEEC0;
}
</style>