Shades of Oasis #FCF1CA
Tints of Oasis #FCF1CA
RGB
CMYK
RGB Variations
Color information
#FCF1CA (or 0xFCF1CA) is known color: Oasis. HEX triplet: FC, F1 and CA. RGB value is (252,241,202). Sum of RGB (Red+Green+Blue) = 252+241+202=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1CA is #030E35. Grayscale: #F0F0F0. Windows color (decimal): -200246 or 13300220. OLE color: 13300220.
HSL color Cylindrical-coordinate representation of color #FCF1CA: hue angle of 46.8º degrees, saturation: 0.89, 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 #FCF1CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 202 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.01 |
| HSL | 46.8º | 0.89% | 0.89% | - |
| HSV(B) | 46.8º | 0.2% | 0.99% | - |
| XYZ | 82.26 | 87.87 | 68.5 | - |
| YUV | 239.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 202 | 0 | 0.04 | 0.20 | 0.01 | 46.8 | 0.89 | 0.89 |
| Hex | FC | F1 | CA | 0 | 4 | 14 | 1 | 2F | 59 | 59 |
| Octal | 374 | 361 | 312 | 0 | 4 | 24 | 1 | 57 | 131 | 131 |
| Binary | 11111100 | 11110001 | 11001010 | 0 | 100 | 10100 | 1 | 101111 | 1011001 | 1011001 |
Color Harmonies of #FCF1CA
Complementary color
Monochromatic Colors of #FCF1CA
Black with #FCF1CA
Text Example
Text Example
White with #FCF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1CA; }
p { color: rgb(252,241,202); }
H1.HeaderClassName
{
color: #FCF1CA;
}
.AnyTagClassName
{
color: #FCF1CA;
}
</style>
background-color css
<style>
a { background-color: #FCF1CA; }
a { background-color: rgb(252,241,202); }
div.DivClassName
{
background-color: #FCF1CA;
}
.BgClassName
{
background-color: #FCF1CA;
}
</style>
border-color css
<style>
span { border-color: #FCF1CA; }
span { border-color: rgb(252,241,202); }
td.TdClassName
{
border-color: #FCF1CA;
}
.TagClassName
{
border-color: #FCF1CA;
}
</style>