Shades of Oasis #FDF0C2
Tints of Oasis #FDF0C2
RGB
CMYK
RGB Variations
Color information
#FDF0C2 (or 0xFDF0C2) is known color: Oasis. HEX triplet: FD, F0 and C2. RGB value is (253,240,194). Sum of RGB (Red+Green+Blue) = 253+240+194=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 194 (76.17% from 255 or 28.24% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0C2 is #020F3D. Grayscale: #EEEEEE. Windows color (decimal): -134974 or 12775677. OLE color: 12775677.
HSL color Cylindrical-coordinate representation of color #FDF0C2: hue angle of 46.78º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDF0C2 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 194 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.01 |
| HSL | 46.78º | 0.94% | 0.88% | - |
| HSV(B) | 46.78º | 0.23% | 0.99% | - |
| XYZ | 81.41 | 87.1 | 63.56 | - |
| YUV | 238.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 194 | 0 | 0.05 | 0.23 | 0.01 | 46.78 | 0.94 | 0.88 |
| Hex | FD | F0 | C2 | 0 | 5 | 17 | 1 | 2F | 5E | 58 |
| Octal | 375 | 360 | 302 | 0 | 5 | 27 | 1 | 57 | 136 | 130 |
| Binary | 11111101 | 11110000 | 11000010 | 0 | 101 | 10111 | 1 | 101111 | 1011110 | 1011000 |
Color Harmonies of #FDF0C2
Complementary color
Monochromatic Colors of #FDF0C2
Black with #FDF0C2
Text Example
Text Example
White with #FDF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0C2; }
p { color: rgb(253,240,194); }
H1.HeaderClassName
{
color: #FDF0C2;
}
.AnyTagClassName
{
color: #FDF0C2;
}
</style>
background-color css
<style>
a { background-color: #FDF0C2; }
a { background-color: rgb(253,240,194); }
div.DivClassName
{
background-color: #FDF0C2;
}
.BgClassName
{
background-color: #FDF0C2;
}
</style>
border-color css
<style>
span { border-color: #FDF0C2; }
span { border-color: rgb(253,240,194); }
td.TdClassName
{
border-color: #FDF0C2;
}
.TagClassName
{
border-color: #FDF0C2;
}
</style>