Shades of Oasis #FFF3C5
Tints of Oasis #FFF3C5
RGB
CMYK
RGB Variations
Color information
#FFF3C5 (or 0xFFF3C5) is known color: Oasis. HEX triplet: FF, F3 and C5. RGB value is (255,243,197). Sum of RGB (Red+Green+Blue) = 255+243+197=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 197 (77.34% from 255 or 28.35% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3C5 is #000C3A. Grayscale: #F1F1F1. Windows color (decimal): -3131 or 12973055. OLE color: 12973055.
HSL color Cylindrical-coordinate representation of color #FFF3C5: hue angle of 47.59º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFF3C5 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 197 | - |
| CMYK | 0 | 0.05 | 0.23 | 0 |
| HSL | 47.59º | 1% | 0.89% | - |
| HSV(B) | 47.59º | 0.23% | 1% | - |
| XYZ | 83.37 | 89.39 | 65.68 | - |
| YUV | 241.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 197 | 0 | 0.05 | 0.23 | 0 | 47.59 | 1 | 0.89 |
| Hex | FF | F3 | C5 | 0 | 5 | 17 | 0 | 30 | 64 | 59 |
| Octal | 377 | 363 | 305 | 0 | 5 | 27 | 0 | 60 | 144 | 131 |
| Binary | 11111111 | 11110011 | 11000101 | 0 | 101 | 10111 | 0 | 110000 | 1100100 | 1011001 |
Color Harmonies of #FFF3C5
Complementary color
Monochromatic Colors of #FFF3C5
Black with #FFF3C5
Text Example
Text Example
White with #FFF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3C5; }
p { color: rgb(255,243,197); }
H1.HeaderClassName
{
color: #FFF3C5;
}
.AnyTagClassName
{
color: #FFF3C5;
}
</style>
background-color css
<style>
a { background-color: #FFF3C5; }
a { background-color: rgb(255,243,197); }
div.DivClassName
{
background-color: #FFF3C5;
}
.BgClassName
{
background-color: #FFF3C5;
}
</style>
border-color css
<style>
span { border-color: #FFF3C5; }
span { border-color: rgb(255,243,197); }
td.TdClassName
{
border-color: #FFF3C5;
}
.TagClassName
{
border-color: #FFF3C5;
}
</style>