Shades of Oasis #FDF1CA
Tints of Oasis #FDF1CA
RGB
CMYK
RGB Variations
Color information
#FDF1CA (or 0xFDF1CA) is known color: Oasis. HEX triplet: FD, F1 and CA. RGB value is (253,241,202). Sum of RGB (Red+Green+Blue) = 253+241+202=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1CA is #020E35. Grayscale: #F0F0F0. Windows color (decimal): -134710 or 13300221. OLE color: 13300221.
HSL color Cylindrical-coordinate representation of color #FDF1CA: hue angle of 45.88º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF1CA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 202 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.01 |
| HSL | 45.88º | 0.93% | 0.89% | - |
| HSV(B) | 45.88º | 0.2% | 0.99% | - |
| XYZ | 82.62 | 88.06 | 68.52 | - |
| YUV | 240.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 202 | 0 | 0.05 | 0.20 | 0.01 | 45.88 | 0.93 | 0.89 |
| Hex | FD | F1 | CA | 0 | 5 | 14 | 1 | 2E | 5D | 59 |
| Octal | 375 | 361 | 312 | 0 | 5 | 24 | 1 | 56 | 135 | 131 |
| Binary | 11111101 | 11110001 | 11001010 | 0 | 101 | 10100 | 1 | 101110 | 1011101 | 1011001 |
Color Harmonies of #FDF1CA
Complementary color
Monochromatic Colors of #FDF1CA
Black with #FDF1CA
Text Example
Text Example
White with #FDF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1CA; }
p { color: rgb(253,241,202); }
H1.HeaderClassName
{
color: #FDF1CA;
}
.AnyTagClassName
{
color: #FDF1CA;
}
</style>
background-color css
<style>
a { background-color: #FDF1CA; }
a { background-color: rgb(253,241,202); }
div.DivClassName
{
background-color: #FDF1CA;
}
.BgClassName
{
background-color: #FDF1CA;
}
</style>
border-color css
<style>
span { border-color: #FDF1CA; }
span { border-color: rgb(253,241,202); }
td.TdClassName
{
border-color: #FDF1CA;
}
.TagClassName
{
border-color: #FDF1CA;
}
</style>