Shades of Oasis #FFF0CA
Tints of Oasis #FFF0CA
RGB
CMYK
RGB Variations
Color information
#FFF0CA (or 0xFFF0CA) is known color: Oasis. HEX triplet: FF, F0 and CA. RGB value is (255,240,202). Sum of RGB (Red+Green+Blue) = 255+240+202=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0CA is #000F35. Grayscale: #F0F0F0. Windows color (decimal): -3894 or 13299967. OLE color: 13299967.
HSL color Cylindrical-coordinate representation of color #FFF0CA: hue angle of 43.02º 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 #FFF0CA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 202 | - |
| CMYK | 0 | 0.06 | 0.21 | 0 |
| HSL | 43.02º | 1% | 0.9% | - |
| HSV(B) | 43.02º | 0.21% | 1% | - |
| XYZ | 83.06 | 87.84 | 68.46 | - |
| YUV | 240.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 202 | 0 | 0.06 | 0.21 | 0 | 43.02 | 1 | 0.9 |
| Hex | FF | F0 | CA | 0 | 6 | 15 | 0 | 2B | 64 | 5A |
| Octal | 377 | 360 | 312 | 0 | 6 | 25 | 0 | 53 | 144 | 132 |
| Binary | 11111111 | 11110000 | 11001010 | 0 | 110 | 10101 | 0 | 101011 | 1100100 | 1011010 |
Color Harmonies of #FFF0CA
Complementary color
Monochromatic Colors of #FFF0CA
Black with #FFF0CA
Text Example
Text Example
White with #FFF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0CA; }
p { color: rgb(255,240,202); }
H1.HeaderClassName
{
color: #FFF0CA;
}
.AnyTagClassName
{
color: #FFF0CA;
}
</style>
background-color css
<style>
a { background-color: #FFF0CA; }
a { background-color: rgb(255,240,202); }
div.DivClassName
{
background-color: #FFF0CA;
}
.BgClassName
{
background-color: #FFF0CA;
}
</style>
border-color css
<style>
span { border-color: #FFF0CA; }
span { border-color: rgb(255,240,202); }
td.TdClassName
{
border-color: #FFF0CA;
}
.TagClassName
{
border-color: #FFF0CA;
}
</style>