Shades of Oasis #FDF0C0
Tints of Oasis #FDF0C0
RGB
CMYK
RGB Variations
Color information
#FDF0C0 (or 0xFDF0C0) is known color: Oasis. HEX triplet: FD, F0 and C0. RGB value is (253,240,192). Sum of RGB (Red+Green+Blue) = 253+240+192=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 192 (75.39% from 255 or 28.03% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0C0 is #020F3F. Grayscale: #EEEEEE. Windows color (decimal): -134976 or 12644605. OLE color: 12644605.
HSL color Cylindrical-coordinate representation of color #FDF0C0: hue angle of 47.21º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDF0C0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 192 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.01 |
| HSL | 47.21º | 0.94% | 0.87% | - |
| HSV(B) | 47.21º | 0.24% | 0.99% | - |
| XYZ | 81.18 | 87.01 | 62.38 | - |
| YUV | 238.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 192 | 0 | 0.05 | 0.24 | 0.01 | 47.21 | 0.94 | 0.87 |
| Hex | FD | F0 | C0 | 0 | 5 | 18 | 1 | 2F | 5E | 57 |
| Octal | 375 | 360 | 300 | 0 | 5 | 30 | 1 | 57 | 136 | 127 |
| Binary | 11111101 | 11110000 | 11000000 | 0 | 101 | 11000 | 1 | 101111 | 1011110 | 1010111 |
Color Harmonies of #FDF0C0
Complementary color
Monochromatic Colors of #FDF0C0
Black with #FDF0C0
Text Example
Text Example
White with #FDF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0C0; }
p { color: rgb(253,240,192); }
H1.HeaderClassName
{
color: #FDF0C0;
}
.AnyTagClassName
{
color: #FDF0C0;
}
</style>
background-color css
<style>
a { background-color: #FDF0C0; }
a { background-color: rgb(253,240,192); }
div.DivClassName
{
background-color: #FDF0C0;
}
.BgClassName
{
background-color: #FDF0C0;
}
</style>
border-color css
<style>
span { border-color: #FDF0C0; }
span { border-color: rgb(253,240,192); }
td.TdClassName
{
border-color: #FDF0C0;
}
.TagClassName
{
border-color: #FDF0C0;
}
</style>