Shades of Oasis #FDF1C0
Tints of Oasis #FDF1C0
RGB
CMYK
RGB Variations
Color information
#FDF1C0 (or 0xFDF1C0) is known color: Oasis. HEX triplet: FD, F1 and C0. RGB value is (253,241,192). Sum of RGB (Red+Green+Blue) = 253+241+192=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1C0 is #020E3F. Grayscale: #EFEFEF. Windows color (decimal): -134720 or 12644861. OLE color: 12644861.
HSL color Cylindrical-coordinate representation of color #FDF1C0: hue angle of 48.2º 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 #FDF1C0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 241 | 192 | - |
CMYK | 0 | 0.05 | 0.24 | 0.01 |
HSL | 48.2º | 0.94% | 0.87% | - |
HSV(B) | 48.2º | 0.24% | 0.99% | - |
XYZ | 81.48 | 87.6 | 62.48 | - |
YUV | 239 | 101.48 | 137.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 241 | 192 | 0 | 0.05 | 0.24 | 0.01 | 48.2 | 0.94 | 0.87 |
Hex | FD | F1 | C0 | 0 | 5 | 18 | 1 | 30 | 5E | 57 |
Octal | 375 | 361 | 300 | 0 | 5 | 30 | 1 | 60 | 136 | 127 |
Binary | 11111101 | 11110001 | 11000000 | 0 | 101 | 11000 | 1 | 110000 | 1011110 | 1010111 |
Color Harmonies of #FDF1C0
Complementary color
Monochromatic Colors of #FDF1C0
Black with #FDF1C0
Text Example
Text Example
White with #FDF1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1C0; }
p { color: rgb(253,241,192); }
H1.HeaderClassName
{
color: #FDF1C0;
}
.AnyTagClassName
{
color: #FDF1C0;
}
</style>
background-color css
<style>
a { background-color: #FDF1C0; }
a { background-color: rgb(253,241,192); }
div.DivClassName
{
background-color: #FDF1C0;
}
.BgClassName
{
background-color: #FDF1C0;
}
</style>
border-color css
<style>
span { border-color: #FDF1C0; }
span { border-color: rgb(253,241,192); }
td.TdClassName
{
border-color: #FDF1C0;
}
.TagClassName
{
border-color: #FDF1C0;
}
</style>