Shades of Oasis #FDF1C4
Tints of Oasis #FDF1C4
RGB
CMYK
RGB Variations
Color information
#FDF1C4 (or 0xFDF1C4) is known color: Oasis. HEX triplet: FD, F1 and C4. RGB value is (253,241,196). Sum of RGB (Red+Green+Blue) = 253+241+196=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 196 (76.95% from 255 or 28.41% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1C4 is #020E3B. Grayscale: #EFEFEF. Windows color (decimal): -134716 or 12907005. OLE color: 12907005.
HSL color Cylindrical-coordinate representation of color #FDF1C4: hue angle of 47.37º degrees, saturation: 0.93, 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 #FDF1C4 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 196 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.01 |
| HSL | 47.37º | 0.93% | 0.88% | - |
| HSV(B) | 47.37º | 0.23% | 0.99% | - |
| XYZ | 81.93 | 87.78 | 64.85 | - |
| YUV | 239.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 196 | 0 | 0.05 | 0.23 | 0.01 | 47.37 | 0.93 | 0.88 |
| Hex | FD | F1 | C4 | 0 | 5 | 17 | 1 | 2F | 5D | 58 |
| Octal | 375 | 361 | 304 | 0 | 5 | 27 | 1 | 57 | 135 | 130 |
| Binary | 11111101 | 11110001 | 11000100 | 0 | 101 | 10111 | 1 | 101111 | 1011101 | 1011000 |
Color Harmonies of #FDF1C4
Complementary color
Monochromatic Colors of #FDF1C4
Black with #FDF1C4
Text Example
Text Example
White with #FDF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1C4; }
p { color: rgb(253,241,196); }
H1.HeaderClassName
{
color: #FDF1C4;
}
.AnyTagClassName
{
color: #FDF1C4;
}
</style>
background-color css
<style>
a { background-color: #FDF1C4; }
a { background-color: rgb(253,241,196); }
div.DivClassName
{
background-color: #FDF1C4;
}
.BgClassName
{
background-color: #FDF1C4;
}
</style>
border-color css
<style>
span { border-color: #FDF1C4; }
span { border-color: rgb(253,241,196); }
td.TdClassName
{
border-color: #FDF1C4;
}
.TagClassName
{
border-color: #FDF1C4;
}
</style>