Shades of Oasis #FFF3CA
Tints of Oasis #FFF3CA
RGB
CMYK
RGB Variations
Color information
#FFF3CA (or 0xFFF3CA) is known color: Oasis. HEX triplet: FF, F3 and CA. RGB value is (255,243,202). Sum of RGB (Red+Green+Blue) = 255+243+202=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3CA is #000C35. Grayscale: #F2F2F2. Windows color (decimal): -3126 or 13300735. OLE color: 13300735.
HSL color Cylindrical-coordinate representation of color #FFF3CA: hue angle of 46.42º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFF3CA is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 202 | - |
| CMYK | 0 | 0.05 | 0.21 | 0 |
| HSL | 46.42º | 1% | 0.9% | - |
| HSV(B) | 46.42º | 0.21% | 1% | - |
| XYZ | 83.95 | 89.63 | 68.75 | - |
| YUV | 241.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 202 | 0 | 0.05 | 0.21 | 0 | 46.42 | 1 | 0.9 |
| Hex | FF | F3 | CA | 0 | 5 | 15 | 0 | 2E | 64 | 5A |
| Octal | 377 | 363 | 312 | 0 | 5 | 25 | 0 | 56 | 144 | 132 |
| Binary | 11111111 | 11110011 | 11001010 | 0 | 101 | 10101 | 0 | 101110 | 1100100 | 1011010 |
Color Harmonies of #FFF3CA
Complementary color
Monochromatic Colors of #FFF3CA
Black with #FFF3CA
Text Example
Text Example
White with #FFF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3CA; }
p { color: rgb(255,243,202); }
H1.HeaderClassName
{
color: #FFF3CA;
}
.AnyTagClassName
{
color: #FFF3CA;
}
</style>
background-color css
<style>
a { background-color: #FFF3CA; }
a { background-color: rgb(255,243,202); }
div.DivClassName
{
background-color: #FFF3CA;
}
.BgClassName
{
background-color: #FFF3CA;
}
</style>
border-color css
<style>
span { border-color: #FFF3CA; }
span { border-color: rgb(255,243,202); }
td.TdClassName
{
border-color: #FFF3CA;
}
.TagClassName
{
border-color: #FFF3CA;
}
</style>