Shades of Oasis #FFF2BD
Tints of Oasis #FFF2BD
RGB
CMYK
RGB Variations
Color information
#FFF2BD (or 0xFFF2BD) is known color: Oasis. HEX triplet: FF, F2 and BD. RGB value is (255,242,189). Sum of RGB (Red+Green+Blue) = 255+242+189=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2BD is #000D42. Grayscale: #F0F0F0. Windows color (decimal): -3395 or 12448511. OLE color: 12448511.
HSL color Cylindrical-coordinate representation of color #FFF2BD: hue angle of 48.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF2BD is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 189 | - |
| CMYK | 0 | 0.05 | 0.26 | 0 |
| HSL | 48.18º | 1% | 0.87% | - |
| HSV(B) | 48.18º | 0.26% | 1% | - |
| XYZ | 82.18 | 88.44 | 60.88 | - |
| YUV | 239.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 189 | 0 | 0.05 | 0.26 | 0 | 48.18 | 1 | 0.87 |
| Hex | FF | F2 | BD | 0 | 5 | 1A | 0 | 30 | 64 | 57 |
| Octal | 377 | 362 | 275 | 0 | 5 | 32 | 0 | 60 | 144 | 127 |
| Binary | 11111111 | 11110010 | 10111101 | 0 | 101 | 11010 | 0 | 110000 | 1100100 | 1010111 |
Color Harmonies of #FFF2BD
Complementary color
Monochromatic Colors of #FFF2BD
Black with #FFF2BD
Text Example
Text Example
White with #FFF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2BD; }
p { color: rgb(255,242,189); }
H1.HeaderClassName
{
color: #FFF2BD;
}
.AnyTagClassName
{
color: #FFF2BD;
}
</style>
background-color css
<style>
a { background-color: #FFF2BD; }
a { background-color: rgb(255,242,189); }
div.DivClassName
{
background-color: #FFF2BD;
}
.BgClassName
{
background-color: #FFF2BD;
}
</style>
border-color css
<style>
span { border-color: #FFF2BD; }
span { border-color: rgb(255,242,189); }
td.TdClassName
{
border-color: #FFF2BD;
}
.TagClassName
{
border-color: #FFF2BD;
}
</style>