Shades of Oasis #FDF1CB
Tints of Oasis #FDF1CB
RGB
CMYK
RGB Variations
Color information
#FDF1CB (or 0xFDF1CB) is known color: Oasis. HEX triplet: FD, F1 and CB. RGB value is (253,241,203). Sum of RGB (Red+Green+Blue) = 253+241+203=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1CB is #020E34. Grayscale: #F0F0F0. Windows color (decimal): -134709 or 13365757. OLE color: 13365757.
HSL color Cylindrical-coordinate representation of color #FDF1CB: hue angle of 45.6º 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 #FDF1CB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 203 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.01 |
| HSL | 45.6º | 0.93% | 0.89% | - |
| HSV(B) | 45.6º | 0.2% | 0.99% | - |
| XYZ | 82.74 | 88.11 | 69.14 | - |
| YUV | 240.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 203 | 0 | 0.05 | 0.20 | 0.01 | 45.6 | 0.93 | 0.89 |
| Hex | FD | F1 | CB | 0 | 5 | 14 | 1 | 2E | 5D | 59 |
| Octal | 375 | 361 | 313 | 0 | 5 | 24 | 1 | 56 | 135 | 131 |
| Binary | 11111101 | 11110001 | 11001011 | 0 | 101 | 10100 | 1 | 101110 | 1011101 | 1011001 |
Color Harmonies of #FDF1CB
Complementary color
Monochromatic Colors of #FDF1CB
Black with #FDF1CB
Text Example
Text Example
White with #FDF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1CB; }
p { color: rgb(253,241,203); }
H1.HeaderClassName
{
color: #FDF1CB;
}
.AnyTagClassName
{
color: #FDF1CB;
}
</style>
background-color css
<style>
a { background-color: #FDF1CB; }
a { background-color: rgb(253,241,203); }
div.DivClassName
{
background-color: #FDF1CB;
}
.BgClassName
{
background-color: #FDF1CB;
}
</style>
border-color css
<style>
span { border-color: #FDF1CB; }
span { border-color: rgb(253,241,203); }
td.TdClassName
{
border-color: #FDF1CB;
}
.TagClassName
{
border-color: #FDF1CB;
}
</style>