Shades of Oasis #FBF0CB
Tints of Oasis #FBF0CB
RGB
CMYK
RGB Variations
Color information
#FBF0CB (or 0xFBF0CB) is known color: Oasis. HEX triplet: FB, F0 and CB. RGB value is (251,240,203). Sum of RGB (Red+Green+Blue) = 251+240+203=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0CB is #040F34. Grayscale: #EFEFEF. Windows color (decimal): -266037 or 13365499. OLE color: 13365499.
HSL color Cylindrical-coordinate representation of color #FBF0CB: hue angle of 46.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBF0CB is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 203 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.02 |
| HSL | 46.25º | 0.86% | 0.89% | - |
| HSV(B) | 46.25º | 0.19% | 0.98% | - |
| XYZ | 81.72 | 87.14 | 69.01 | - |
| YUV | 239.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 203 | 0 | 0.04 | 0.19 | 0.02 | 46.25 | 0.86 | 0.89 |
| Hex | FB | F0 | CB | 0 | 4 | 13 | 2 | 2E | 56 | 59 |
| Octal | 373 | 360 | 313 | 0 | 4 | 23 | 2 | 56 | 126 | 131 |
| Binary | 11111011 | 11110000 | 11001011 | 0 | 100 | 10011 | 10 | 101110 | 1010110 | 1011001 |
Color Harmonies of #FBF0CB
Complementary color
Monochromatic Colors of #FBF0CB
Black with #FBF0CB
Text Example
Text Example
White with #FBF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0CB; }
p { color: rgb(251,240,203); }
H1.HeaderClassName
{
color: #FBF0CB;
}
.AnyTagClassName
{
color: #FBF0CB;
}
</style>
background-color css
<style>
a { background-color: #FBF0CB; }
a { background-color: rgb(251,240,203); }
div.DivClassName
{
background-color: #FBF0CB;
}
.BgClassName
{
background-color: #FBF0CB;
}
</style>
border-color css
<style>
span { border-color: #FBF0CB; }
span { border-color: rgb(251,240,203); }
td.TdClassName
{
border-color: #FBF0CB;
}
.TagClassName
{
border-color: #FBF0CB;
}
</style>